Skip to content

Commit

Permalink
chore: Fix Windows builds with specific Node v8
Browse files Browse the repository at this point in the history
Workaround for actions/setup-node#27
  • Loading branch information
gmaclennan committed Nov 6, 2019
1 parent 568a750 commit e2264e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [^8.16.x, 10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit e2264e2

Please sign in to comment.