Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #334 from jonkoops/feature/node-16
Browse files Browse the repository at this point in the history
Add Node 16 to testing matrix
  • Loading branch information
tcoopman committed Apr 29, 2021
2 parents 29d179e + fc8667d commit a420189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x]
node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit a420189

Please sign in to comment.