Skip to content

Commit

Permalink
build: switch to Node 10 for windows CI (#1258)
Browse files Browse the repository at this point in the history
Workaround for issue discussed here: nodejs/node#33254

Should be possible to revert once Node.js 12.16.3 is released.
  • Loading branch information
kintel authored May 6, 2020
1 parent b92237a commit ac1f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 10
- run: npm install
- run: npm test
- name: coverage
Expand Down

0 comments on commit ac1f484

Please sign in to comment.