Skip to content

Commit 5f4c87e

Browse files
committed
test: Run tests on node v24
1 parent 35cbed9 commit 5f4c87e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
node: ['22', '20', '18']
62+
node: ['24', '22', '20', '18']
6363
os: [ubuntu-latest, windows-latest]
6464
rollup: ['3', '4']
6565
exclude:
66+
- os: windows-latest
67+
node: 22
6668
- os: windows-latest
6769
node: 20
6870
- os: windows-latest

0 commit comments

Comments
 (0)