Skip to content

Commit a75a62a

Browse files
chore: bump up node version to v24 (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6f036f commit a75a62a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup node
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
cache: 'yarn'
3434

3535
- name: Install
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/setup-node@v6
133133
if: ${{ !matrix.settings.docker }}
134134
with:
135-
node-version: 22
135+
node-version: 24
136136
cache: yarn
137137
- name: Download tar.node
138138
if: ${{ matrix.settings.host == 'ubuntu-latest' }}
@@ -412,7 +412,7 @@ jobs:
412412
- name: Setup node
413413
uses: actions/setup-node@v6
414414
with:
415-
node-version: 22
415+
node-version: 24
416416
cache: yarn
417417
- name: Install dependencies
418418
run: yarn install

0 commit comments

Comments
 (0)