mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
ci: test on Node.js 8.15 instead of 8.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8.0.0
|
||||
- 8.15
|
||||
- 10
|
||||
git:
|
||||
depth: 5
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 8.0.0
|
||||
- nodejs_version: 8.15
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- npm set verify-store-integrity false
|
||||
|
||||
Reference in New Issue
Block a user