Skip to content

Commit

Permalink
devops: use Node.js 12 on Windows bots (#6377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Apr 30, 2021
1 parent 6ce56dd commit 29164a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
node-version: 12
- run: npm ci
- run: npm run build
- run: node lib/cli/cli install-deps
Expand Down

0 comments on commit 29164a6

Please sign in to comment.