Skip to content

Commit

Permalink
chore: drop Node.js 8 and add Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Apr 26, 2020
1 parent dd8976c commit 2675d83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ cache:
npm: true

node_js:
- "8"
- "10"
- "12"
- "13"
- "14"

script:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
Expand Down
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ image:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "13"
- nodejs_version: "14"
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"


matrix:
fast_finish: true

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version

before_test:
- npm install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"sinon": "^8.0.1"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10.13.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 2675d83

Please sign in to comment.