Skip to content

Commit

Permalink
Test Node.js v14.x and v16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimdemedes committed Oct 7, 2021
1 parent c0bf187 commit 475bda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [10, 12]
node_version: [10, 12, 14, 16]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 475bda8

Please sign in to comment.