Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Restrepo committed Jan 4, 2024
1 parent 1fb1437 commit 20bf9f4
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 50 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: stateful/runme-action@v2
with:
workflows: |
install
build
test
nodejs/install
nodejs/build
nodejs/test
32 changes: 32 additions & 0 deletions nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@
"homepage": "https://github.com/stateful/runme-action-examples#readme",
"dependencies": {
"fastify": "^4.25.1"
},
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
}
}
41 changes: 0 additions & 41 deletions package-lock.json

This file was deleted.

6 changes: 0 additions & 6 deletions package.json

This file was deleted.

0 comments on commit 20bf9f4

Please sign in to comment.