Skip to content

Commit

Permalink
ci: set node matrix to current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Nov 29, 2023
1 parent ad2dd22 commit 3053dd9
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 @@ -92,7 +92,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [16, 18, 19]
node: [18, 20, 21]
runs-on: ubuntu-latest
needs: prepare
name: 🧪 Test
Expand Down

0 comments on commit 3053dd9

Please sign in to comment.