Skip to content

Commit

Permalink
Merge pull request #9694 from kellyselden/test_node_16_lts
Browse files Browse the repository at this point in the history
test in node 16 LTS
  • Loading branch information
kellyselden committed Nov 10, 2021
2 parents 5f45281 + 2d542d3 commit 3038a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu, windows]

steps:
Expand Down

0 comments on commit 3038a84

Please sign in to comment.