Skip to content

Commit

Permalink
Merge pull request #149 from MattiLehtinen/chore/node-min-16
Browse files Browse the repository at this point in the history
chore: deprecate node 14, add support for node 20
  • Loading branch information
perrin4869 authored Jun 2, 2023
2 parents a04c4a8 + 898448c commit 300cad4
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 @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
mssql-version:
- ^7.0.0
- ^8.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postgrator": "./index.js"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"scripts": {
"lint": "eslint --cache .",
Expand Down

0 comments on commit 300cad4

Please sign in to comment.