devops: use Node.js 12 on Windows bots (#6377)
This commit is contained in:
parent
6ce56dde49
commit
29164a625f
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 10
|
node-version: 12
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: node lib/cli/cli install-deps
|
- run: node lib/cli/cli install-deps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue