Skip to content

Commit

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

node_js:
- "8"
- "10"
- "12"
- "13"
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ environment:
- nodejs_version: "13"
- 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.18.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9f68079

Please sign in to comment.