Skip to content

Commit

Permalink
Add node v16 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
clvs7-gh committed May 4, 2021
1 parent e6f152c commit deb530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '15', '14', '13', '12' ]
node: [ '16', '15', '14', '13', '12' ]
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit deb530d

Please sign in to comment.