Skip to content

Commit

Permalink
Update dev dependencies and Node versions (#5)
Browse files Browse the repository at this point in the history
* Update dev dependencies with npm audit fix
* Drop unused dev dependency on bluebird
* Update to Node versions 18-21
  • Loading branch information
earldouglas authored Feb 24, 2024
1 parent 333075c commit 7f47e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v1
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"main": "teep",
"engines": {
"node": ">= 0.10.0"
"node": ">= 18.0.0"
},
"scripts": {
"build": "tsc src/teep.ts --outDir .",
Expand All @@ -35,11 +35,10 @@
}
},
"devDependencies": {
"bluebird": "2.2.2",
"coveralls": "2.11.2",
"istanbul": "0.3.5",
"jshint": "2.9.4",
"mocha": "2.2.5",
"coveralls": "^3.1.1",
"istanbul": "^0.4.5",
"jshint": "^2.13.6",
"mocha": "^10.3.0",
"mocha-lcov-reporter": "0.0.1",
"typescript": "2.9"
},
Expand Down

0 comments on commit 7f47e16

Please sign in to comment.