Skip to content

Commit ff333f5

Browse files
chore(devdeps): update dependency node to v24 (#5829)
1 parent dc5889b commit ff333f5

File tree

14 files changed

+139
-139
lines changed

14 files changed

+139
-139
lines changed

.github/workflows/changesets-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js
2626
uses: actions/[email protected]
2727
with:
28-
node-version: 22.21.1
28+
node-version: 24.11.1
2929
cache: "pnpm"
3030
- name: Run changesets-renovate
3131
run: pnpm dlx @scaleway/changesets-renovate

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: pnpm/[email protected]
4040
- uses: actions/[email protected]
4141
with:
42-
node-version: 22.21.1
42+
node-version: 24.11.1
4343
- name: build
4444
run: |
4545
pnpm install --frozen-lockfile
@@ -55,7 +55,7 @@ jobs:
5555
- uses: pnpm/[email protected]
5656
- uses: actions/[email protected]
5757
with:
58-
node-version: 22.21.1
58+
node-version: 24.11.1
5959
cache: "pnpm"
6060
- name: manypkg
6161
run: |
@@ -73,7 +73,7 @@ jobs:
7373
- uses: pnpm/[email protected]
7474
- uses: actions/[email protected]
7575
with:
76-
node-version: 22.21.1
76+
node-version: 24.11.1
7777
cache: "pnpm"
7878
- name: typecheck
7979
run: |
@@ -90,7 +90,7 @@ jobs:
9090
- uses: pnpm/[email protected]
9191
- uses: actions/[email protected]
9292
with:
93-
node-version: 22.21.1
93+
node-version: 24.11.1
9494
cache: "pnpm"
9595
- name: oxlint
9696
run: |
@@ -108,7 +108,7 @@ jobs:
108108
- uses: pnpm/[email protected]
109109
- uses: actions/[email protected]
110110
with:
111-
node-version: 22.21.1
111+
node-version: 24.11.1
112112
cache: "pnpm"
113113
- name: lint
114114
run: |
@@ -126,7 +126,7 @@ jobs:
126126
- uses: pnpm/[email protected]
127127
- uses: actions/[email protected]
128128
with:
129-
node-version: 22.21.1
129+
node-version: 24.11.1
130130
cache: "pnpm"
131131
- run: |
132132
pnpm install --frozen-lockfile
@@ -188,7 +188,7 @@ jobs:
188188
- name: publint
189189
uses: actions/[email protected]
190190
with:
191-
node-version: 22.21.1
191+
node-version: 24.11.1
192192
cache: "pnpm"
193193
- run: |
194194
pnpm install --frozen-lockfile
@@ -331,7 +331,7 @@ jobs:
331331
- uses: pnpm/[email protected]
332332
- uses: actions/[email protected]
333333
with:
334-
node-version: 22.21.1
334+
node-version: 24.11.1
335335
cache: "pnpm"
336336
- name: install pnpm deps
337337
run: |

.github/workflows/fonts-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: pnpm/[email protected]
2727
- uses: actions/[email protected]
2828
with:
29-
node-version: 22.21.1
29+
node-version: 24.11.1
3030
cache: "pnpm"
3131
- run: pnpm install --frozen-lockfile
3232

.github/workflows/illustrations-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: pnpm/[email protected]
2828
- uses: actions/[email protected]
2929
with:
30-
node-version: 22.21.1
30+
node-version: 24.11.1
3131
cache: "pnpm"
3232
- run: pnpm install
3333

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/[email protected]
1414
with:
15-
node-version: 22.21.1
15+
node-version: 24.11.1
1616
cache: "pnpm"
1717
- run: pnpm install
1818
- name: Check PR title

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Use Node.js
3737
uses: actions/[email protected]
3838
with:
39-
node-version: 22.21.1
39+
node-version: 24.11.1
4040
cache: "pnpm"
4141

4242
- run: pnpm install

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js
1212
uses: actions/[email protected]
1313
with:
14-
node-version: 22.21.1
14+
node-version: 24.11.1
1515
- run: |
1616
pnpm install
1717
pnpm run size

.github/workflows/sync-design-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/[email protected]
1818
with:
19-
node-version: 22.21.1
19+
node-version: 24.11.1
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- name: Generate json files

.github/workflows/theme-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: pnpm/[email protected]
2828
- uses: actions/[email protected]
2929
with:
30-
node-version: 22.21.1
30+
node-version: 24.11.1
3131
cache: "pnpm"
3232
- run: pnpm install --frozen-lockfile
3333

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.21.1-alpine
1+
FROM node:24.11.0-alpine
22
WORKDIR /build
33

44
ARG TURBO_TOKEN=token

0 commit comments

Comments
 (0)