Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Dec 29, 2023
1 parent 48779e3 commit 1884d56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/node.js.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Node
on: push
jobs:
first-job:
name: Build and Test
runs-on: ubuntu-latest
container: node:lts
steps:
- run: node --version
- run: npm --version
- run: npm install
- run: node index.js

0 comments on commit 1884d56

Please sign in to comment.