Skip to content

Commit

Permalink
remove unsupported node v24
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Jun 27, 2024
1 parent f7ddd23 commit b36b302
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
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['16', '18', '20', '22', '24']
node-version: ['16', '18', '20', '22']
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b36b302

Please sign in to comment.