Skip to content

Commit

Permalink
chore(node): Remove eol node versions
Browse files Browse the repository at this point in the history
close #292
  • Loading branch information
Retro64 committed Jul 24, 2023
1 parent a85067f commit 0ac6c11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x]
node-version: [20.x, 18.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"package.json"
],
"engines": {
"node": "^14.17.0 || >=16.0.0"
"node": ">=16.0.0"
},
"dependencies": {
"@types/express": "4.17.17",
Expand Down

0 comments on commit 0ac6c11

Please sign in to comment.