Skip to content

Commit

Permalink
🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed May 4, 2024
1 parent 6a608ec commit c18bf56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 20.x
- run: npm ci
- run: npm test

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm test
env:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@library-pals/isbn",
"version": "0.0.0",
"version": "0.2.0",
"description": "Find books by ISBN",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"bin": {
"isbn": "./src/cli.js"
"isbn": "src/cli.js"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c18bf56

Please sign in to comment.