Skip to content

Commit

Permalink
Fix installed node version on GitHub Actions
Browse files Browse the repository at this point in the history
According to actions/setup-node#27, we have to use semver format to
install correct version.
  • Loading branch information
yhatt committed Nov 6, 2019
1 parent fa09cec commit 1951d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
node-version:
- 8.x
- 10.x
- '^8.16.0'
- '^10.17.0'
- '12.13.0'

steps:
Expand Down

0 comments on commit 1951d77

Please sign in to comment.