Skip to content

Commit ef887d4

Browse files
Update dependency node to v24 (#32228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c10832 commit ef887d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node
2121
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
cache: 'npm'
2525
- name: Install dependencies
2626
run: npm ci
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Node
5555
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
5656
with:
57-
node-version: 22
57+
node-version: 24
5858
cache: 'npm'
5959
- name: Install dependencies
6060
run: npm ci

.github/workflows/read-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node
2525
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2626
with:
27-
node-version: 22
27+
node-version: 24
2828
cache: 'npm'
2929
- name: Install dependencies
3030
run: npm ci

.github/workflows/report-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Node
6161
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6262
with:
63-
node-version: 22
63+
node-version: 24
6464
cache: 'npm'
6565
- name: Install dependencies
6666
run: npm ci

0 commit comments

Comments
 (0)