Skip to content

Commit c562885

Browse files
committed
ci: use node 24
1 parent 8d78f7f commit c562885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
strategy:
5151
matrix:
52-
node-version: [20, 22]
52+
node-version: [20, 22, 24]
5353
os: [ubuntu-latest, windows-latest, macos-latest]
5454
verification-script:
5555
- pnpm --filter '!*typescript*' build

0 commit comments

Comments
 (0)