Skip to content

Commit

Permalink
test: Added node.js 16 to compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Jul 25, 2021
1 parent d090842 commit ec3073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14']
node: ['12', '14', '16']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
Expand Down

0 comments on commit ec3073e

Please sign in to comment.