Skip to content

Commit

Permalink
test in node 16 LTS
Browse files Browse the repository at this point in the history
This should remove the warning for untested node 16.
  • Loading branch information
Kelly Selden committed Nov 8, 2021
1 parent 5f45281 commit 2d542d3
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 2d542d3

Please sign in to comment.