mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 13:46:19 +01:00
Replace Node 7 with Node 8 in CI environment
This commit is contained in:
@@ -2,7 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "7"
|
||||
- "8"
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
@@ -6,7 +6,7 @@ environment:
|
||||
matrix:
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "7"
|
||||
- nodejs_version: "8"
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
- npm install -g npm@latest
|
||||
|
||||
Reference in New Issue
Block a user