Skip to content

Commit baf28a0

Browse files
committed
chore: switch to node24
1 parent 90e314b commit baf28a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
- next
109

1110
permissions:
1211
contents: read # to fetch code (actions/checkout)
@@ -17,7 +16,7 @@ jobs:
1716
strategy:
1817
matrix:
1918
os: [ubuntu-latest, macos-latest, windows-latest]
20-
node_version: [18, 20, 22]
19+
node_version: [20, 22, 24]
2120
fail-fast: false
2221

2322
name: 'node-${{ matrix.node_version }}, ${{ matrix.os }}'

0 commit comments

Comments
 (0)