mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 03:20:13 +02:00
Add Node 12 to Windows CI (#1669)
This commit is contained in:
parent
df3ce450d9
commit
0890b59c32
@ -8,8 +8,9 @@ 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: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64
|
||||||
- npm install -g npm@6
|
- npm install -g npm@6
|
||||||
- npm install
|
- npm install
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user