mirror of
https://github.com/lovell/sharp.git
synced 2026-02-10 00:26:15 +01:00
Remove not-yet-available Node 12 from Windows CI
This commit is contained in:
@@ -8,7 +8,6 @@ environment:
|
|||||||
- nodejs_version: "8"
|
- nodejs_version: "8"
|
||||||
- nodejs_version: "10"
|
- nodejs_version: "10"
|
||||||
- nodejs_version: "11"
|
- nodejs_version: "11"
|
||||||
- nodejs_version: "12"
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version x64
|
- ps: Install-Product node $env:nodejs_version x64
|
||||||
- npm install -g npm@6
|
- npm install -g npm@6
|
||||||
|
|||||||
Reference in New Issue
Block a user