Skip to content

Commit

Permalink
ci: drop node 8 & add node 14 (#181)
Browse files Browse the repository at this point in the history
* ci: drop node 8 & add node 14

* ci(appveyor): remove npm upgrade
  • Loading branch information
SukkaW committed May 4, 2020
1 parent d38cabd commit 6abb97b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,9 +8,9 @@ cache:
- node_modules

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

before_script:
- git config --global user.email "you@example.com"
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -7,17 +7,16 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

matrix:
fast_finish: true

# Install scripts. (runs after repo cloning)
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install -g npm
- npm install

cache:
Expand Down

0 comments on commit 6abb97b

Please sign in to comment.