Skip to content

Commit

Permalink
try making npx work
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jun 2, 2024
1 parent a7927a5 commit 361275c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16, 18, 19]
node-version: [18, 20, 21, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Bus definition DUH documents",
"main": "index.js",
"bin": {
"duh-bus-which": "bin/which.js"
"cli": "./bin/cli.js"
},
"scripts": {
"test": "eslint bin && nyc -r=text -r=lcov mocha",
Expand Down Expand Up @@ -32,15 +32,15 @@
"extends": "@drom/eslint-config/eslint4/node8"
},
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"@drom/eslint-config": "^0.12.0",
"chai": "^4.3.6",
"duh-schema": "^0.11.0",
"eslint": "^8.26.0",
"fs-extra": "^10.1.0",
"mocha": "^10.1.0",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
},
"dependencies": {
"json5": "^2.2.1"
"json5": "^2.2.3"
}
}

0 comments on commit 361275c

Please sign in to comment.