Skip to content

Commit

Permalink
CI workflow: add Node 16 (#2593)
Browse files Browse the repository at this point in the history
Adds Node 16 to version matrix for tests

Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
  • Loading branch information
stscoundrel and sheerun committed Mar 14, 2022
1 parent d765b2b commit a0d4444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# https://github.com/actions/setup-node/issues/27
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a0d4444

Please sign in to comment.