Skip to content

Commit

Permalink
Ok nodejs <14 are out
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 6, 2023
1 parent 309b9f8 commit 586663e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16,x, 18.x, 20.x]
node-version: [14.x, 16,x, 18.x, 20.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodepackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-2019]
node_version: [12, 14, 16, 18, 20]
node_version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"devDependencies": {
"jshint": "^2.13.6"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build --update-binary",
"test": "jshint lib/*.js && node test.js"
Expand Down

0 comments on commit 586663e

Please sign in to comment.