mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 20:10:13 +02:00
Temporarily revert to previous npm for Node 9 support
This commit is contained in:
parent
1be424cd47
commit
a91686b4cd
@ -10,7 +10,7 @@ environment:
|
|||||||
- nodejs_version: "9"
|
- nodejs_version: "9"
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version x64
|
- ps: Install-Product node $env:nodejs_version x64
|
||||||
- npm install -g npm@latest
|
- npm install -g npm@5.3.x
|
||||||
- npm install
|
- npm install
|
||||||
test_script:
|
test_script:
|
||||||
- npm test
|
- npm test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user