Skip to content

Commit

Permalink
Raise Node requirement to 16 (already EOL) from 12 (very, very EOL)
Browse files Browse the repository at this point in the history
And adjust CI accordingly.
  • Loading branch information
jdforrester authored and amire80 committed Feb 7, 2024
1 parent e2725d5 commit b235507
Show file tree
Hide file tree
Showing 2 changed files with 2 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: [14.x, 16.x, 17.x]
node-version: [16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"engine": {
"npm": ">=7.14.0",
"node": ">=12"
"node": ">=16"
},
"license": "(GPL-2.0-or-later OR MIT)",
"scripts": {
Expand Down

0 comments on commit b235507

Please sign in to comment.