Skip to content

Commit

Permalink
Force github actions node version due to older v8.x version being use…
Browse files Browse the repository at this point in the history
…d in Windows.

See actions/setup-node#27
  • Loading branch information
asfernandes committed Nov 21, 2019
1 parent 9cdd059 commit b6ed162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-latest, windows-latest, macOS-latest]
node-version: [8.x, 10.x, 12.x]
node-version: [8.16, 10.x, 12.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b6ed162

Please sign in to comment.