mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 11:30:15 +02:00
Replace Node 7 with Node 8 in CI environment
This commit is contained in:
parent
f42a1ceab7
commit
110fff3ab9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user