Skip to content

Commit

Permalink
Drop node.js 14 support, add node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Apr 25, 2023
1 parent 0c2cbfa commit dbba76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
- 19
- 20
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \".*rc\""
},
"engines": {
"node": "14 || 16 || 18 || 19"
"node": "16 || 18 || 19 || 20"
},
"readmeFilename": "README.md",
"devDependencies": {
Expand Down

0 comments on commit dbba76f

Please sign in to comment.