Skip to content

Commit

Permalink
Update node version matrix for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aivenkimmob committed Jul 28, 2021
1 parent 7e16ff1 commit 75831e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# change `8.16.1` to `8` when https://github.com/actions/setup-node/issues/27 is fixed
node: [8.16.1, 10, 12]
node: [12, 14, 15]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 75831e3

Please sign in to comment.