Skip to content

Commit

Permalink
⬆️ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Oct 17, 2023
1 parent e4a6c1e commit bde7f7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,31 @@
"url": "https://github.com/sifive/duh/issues"
},
"engines": {
"node": ">=12 <=16"
"node": ">=14"
},
"homepage": "https://github.com/sifive/duh#readme",
"dependencies": {
"ajv": "^8.6.3",
"concat-stream": "^2.0.0",
"duh-bus": "^0.10.0",
"duh-core": "^0.13.0",
"duh-bus": "^0.11.0",
"duh-core": "^0.16.0",
"duh-scala": "^0.16.0",
"duhportinf": "^0.4.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11",
"inquirer": "^8.2.0",
"json-refs": "^3.0.12",
"json5": "^2.1.3",
"lodash.get": "^4.4.2",
"onml": "^2.1.0",
"pinlist": "^0.13.0",
"winston": "^3.3.3",
"yargs": "^17.2.1"
},
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"@drom/eslint-config": "^0.12.0",
"chai": "^4.2.0",
"coveralls": "^3.1.1",
"eslint": "^8.2.0",
"mocha": "^9.1.3",
"mocha": "^10",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0"
},
Expand Down

0 comments on commit bde7f7d

Please sign in to comment.