Skip to content

Commit

Permalink
chore: update to Node ^14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 25, 2021
1 parent 9eed57e commit a223027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: xenial
language: node_js
node_js:
- "16"
- "14.13.0"
- "14.14.0"
- "12.20.0"

before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": "^12.20 || ^14.13.0 || ^16"
"node": "^12.20 || ^14.14.0 || ^16"
},
"lint-staged": {
".eslintignore": "npm run lint",
Expand Down

0 comments on commit a223027

Please sign in to comment.