Skip to content

Commit 8008fe0

Browse files
rom1504claude
andauthored
Update CI to Node 24 (#1473)
Co-authored-by: rom1504 <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 9bc871d commit 8008fe0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Use Node.js 22.x
16+
- name: Use Node.js 24.x
1717
uses: actions/[email protected]
1818
with:
19-
node-version: 22.x
19+
node-version: 24.x
2020
- run: npm i && npm run lint
2121
PrepareSupportedVersions:
2222
runs-on: ubuntu-latest
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v2
28-
- name: Use Node.js 22.x
28+
- name: Use Node.js 24.x
2929
uses: actions/[email protected]
3030
with:
31-
node-version: 22.x
31+
node-version: 24.x
3232
- id: set-matrix
3333
run: |
3434
node -e "
@@ -44,10 +44,10 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v2
47-
- name: Use Node.js 22.x
47+
- name: Use Node.js 24.x
4848
uses: actions/setup-node@v1
4949
with:
50-
node-version: 22.x
50+
node-version: 24.x
5151
- name: Setup Java JDK
5252
uses: actions/[email protected]
5353
with:

0 commit comments

Comments
 (0)