Skip to content

Commit

Permalink
chore(workflow): test on 16.x and 18.x (#58)
Browse files Browse the repository at this point in the history
* chore(workflow): Test on 16.x and 18.x

* chore(workflow): don't unnecessarily drop support for node version
  • Loading branch information
code-forger authored May 23, 2022
1 parent db3c213 commit f96b4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10.x', '12.x', '14.x' ]
node: [ '10.x', '12.x', '14.x', '16.x', '18.x' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f96b4b6

Please sign in to comment.