Skip to content

Commit

Permalink
Merge pull request #94 from XuluWarrior/node-14
Browse files Browse the repository at this point in the history
Minimum node version: 14
  • Loading branch information
XuluWarrior committed Sep 28, 2023
2 parents 8c02928 + 7bdc8ac commit 8bb5e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 14.21.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: '10'
node_js: '14'

before_install:
- npm install -g npm@7.x.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"engineStrict": true,
"engines": {
"node": ">=10"
"node": ">=14"
}
}

0 comments on commit 8bb5e6b

Please sign in to comment.