Skip to content

Commit

Permalink
Test all supported node.js LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffesquivels committed Aug 30, 2023
1 parent 8a591de commit 97cd860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [ '18' ]
node: [16, 18, 20]
name: Test on node v${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 97cd860

Please sign in to comment.