Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct latest node version
Browse files Browse the repository at this point in the history
samclarke committed Oct 28, 2024
1 parent ccc5caf commit fc9c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
node: ['18', '20', '22', '24']
node: ['18', '20', '22', '23']
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v2

0 comments on commit fc9c296

Please sign in to comment.