Skip to content

Commit

Permalink
Add nodejs v17
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Mar 19, 2022
1 parent 5bb3759 commit a9cc7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- 14
- 16
- 17
services:
- postgresql
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"db": "metasql c"
},
"engines": {
"node": "^12.9 || 14 || 16"
"node": "^12.9 || 14 || 16 || 17"
},
"devDependencies": {
"@types/node": "^17.0.21",
Expand Down

0 comments on commit a9cc7b0

Please sign in to comment.