Skip to content

Commit f0f3333

Browse files
chore(deps): update dependency node to v24 (#1248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ba5e98 commit f0f3333

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1616
id: setup-node
1717
with:
18-
node-version: '22.20.0'
18+
node-version: '24.11.0'
1919
cache: 'npm'
2020
cache-dependency-path: '**/package-lock.json'
2121

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1919
id: setup-node
2020
with:
21-
node-version: '22.20.0'
21+
node-version: '24.11.0'
2222
cache: 'npm'
2323
cache-dependency-path: '**/package-lock.json'
2424

.github/workflows/transform-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3636
with:
3737
# we use version 14.x of node
38-
node-version: 22.20.0
38+
node-version: 24.11.0
3939
# We now run npm i to install all dependencies and run the "transfrom" script that is defined in the package.json (change this if you need to)
4040
- name: Transform design tokens
4141
run: 'npm i && npm run transform-tokens'

0 commit comments

Comments
 (0)