Skip to content

Commit 197279c

Browse files
chore(deps): bump actions/setup-node from 4 to 6 (#4491)
1 parent 5c7b6a7 commit 197279c

11 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
~/.pnpm-store
8383
key: ${{ runner.os }}-pnpm-and-store-force-${{ hashFiles('pnpm-lock.yaml') }}
8484
- name: Install Node.js
85-
uses: actions/setup-node@v4
85+
uses: actions/setup-node@v6
8686
with:
8787
node-version: '22.12.0'
8888
- name: Setup pnpm

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
~/.pnpm-store
3838
key: ${{ github.sha }}
3939
- name: Install Node.js
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v6
4141
with:
4242
node-version: "22.12.0"
4343
- name: Setup pnpm

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323

24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v6
2525
with:
2626
node-version: "22.12.0"
2727
cache: pnpm

.github/workflows/publish_core_react.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
~/.pnpm-store
5656
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-core-react
5757
- name: Install Node.js
58-
uses: actions/setup-node@v4
58+
uses: actions/setup-node@v6
5959
with:
6060
node-version: '22.12.0'
6161
- name: Setup pnpm
@@ -89,7 +89,7 @@ jobs:
8989
~/.pnpm-store
9090
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-core-react
9191
- name: Install Node.js
92-
uses: actions/setup-node@v4
92+
uses: actions/setup-node@v6
9393
with:
9494
node-version: '22.12.0'
9595
- name: Setup pnpm
@@ -122,7 +122,7 @@ jobs:
122122
~/.pnpm-store
123123
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-core-react
124124
- name: Install Node.js
125-
uses: actions/setup-node@v4
125+
uses: actions/setup-node@v6
126126
with:
127127
node-version: '22.12.0'
128128
- name: Setup pnpm

.github/workflows/publish_data_grid.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
~/.pnpm-store
5555
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-data-grid
5656
- name: Install Node.js
57-
uses: actions/setup-node@v4
57+
uses: actions/setup-node@v6
5858
with:
5959
node-version: '22.12.0'
6060
- name: Setup pnpm
@@ -88,7 +88,7 @@ jobs:
8888
~/.pnpm-store
8989
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-data-grid
9090
- name: Install Node.js
91-
uses: actions/setup-node@v4
91+
uses: actions/setup-node@v6
9292
with:
9393
node-version: '22.12.0'
9494
- name: Setup pnpm

.github/workflows/publish_icons.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
~/.pnpm-store
4747
key: ${{ github.sha }}-dist-production-icons
4848
- name: Install Node.js
49-
uses: actions/setup-node@v4
49+
uses: actions/setup-node@v6
5050
with:
5151
node-version: '22.12.0'
5252
- name: Setup pnpm
@@ -77,7 +77,7 @@ jobs:
7777
~/.pnpm-store
7878
key: ${{ github.sha }}-dist-production-icons
7979
- name: Install Node.js
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v6
8181
with:
8282
node-version: '22.12.0'
8383
- name: Setup pnpm

.github/workflows/publish_lab.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
~/.pnpm-store
5555
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
5656
- name: Install Node.js
57-
uses: actions/setup-node@v4
57+
uses: actions/setup-node@v6
5858
with:
5959
node-version: '22.12.0'
6060
- name: Setup pnpm
@@ -88,7 +88,7 @@ jobs:
8888
~/.pnpm-store
8989
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
9090
- name: Install Node.js
91-
uses: actions/setup-node@v4
91+
uses: actions/setup-node@v6
9292
with:
9393
node-version: '22.12.0'
9494
- name: Setup pnpm
@@ -121,7 +121,7 @@ jobs:
121121
~/.pnpm-store
122122
key: ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
123123
- name: Install Node.js
124-
uses: actions/setup-node@v4
124+
uses: actions/setup-node@v6
125125
with:
126126
node-version: '22.12.0'
127127
- name: Setup pnpm

.github/workflows/publish_storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
~/.pnpm-store
4545
key: ${{ github.sha }}
4646
- name: Install Node.js
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@v6
4848
with:
4949
node-version: '22.12.0'
5050
- name: Setup pnpm

.github/workflows/publish_tokens.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
~/.pnpm-store
4646
key: ${{ github.sha }}-dist-production-tokens
4747
- name: Install Node.js
48-
uses: actions/setup-node@v4
48+
uses: actions/setup-node@v6
4949
with:
5050
node-version: '22.12.0'
5151
- name: Setup pnpm
@@ -77,7 +77,7 @@ jobs:
7777
~/.pnpm-store
7878
key: ${{ github.sha }}-dist-production-tokens
7979
- name: Install Node.js
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v6
8181
with:
8282
node-version: '22.12.0'
8383
- name: Setup pnpm

.github/workflows/sync-figma-to-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: Install Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: '22.12.0'
2626
- name: Use "setup" cache

0 commit comments

Comments
 (0)