Skip to content

Commit

Permalink
Adds node 14 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zörb committed Dec 27, 2020
1 parent a66e50c commit b66a17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
# switch to `8` when https://github.com/actions/setup-node/issues/27 is fixed
node: [10, 12]
node: [10, 12, 14]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit b66a17c

Please sign in to comment.