Skip to content

Commit 1fcfe48

Browse files
chore(deps): pin dependency node to 24.6.0 (#3600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2bd4807 commit 1fcfe48

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/check-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set node version to 24
3636
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3737
with:
38-
node-version: 24
38+
node-version: 24.6.0
3939
cache: 'pnpm'
4040
cache-dependency-path: |
4141
faker/pnpm-lock.yaml

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Set node version to 24
136136
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
137137
with:
138-
node-version: 24
138+
node-version: 24.6.0
139139
cache: 'pnpm'
140140

141141
- name: Install deps
@@ -163,7 +163,7 @@ jobs:
163163
- name: Set node version to 24
164164
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
165165
with:
166-
node-version: 24
166+
node-version: 24.6.0
167167
cache: 'pnpm'
168168

169169
- name: Install deps
@@ -191,7 +191,7 @@ jobs:
191191
- name: Set node version to 24
192192
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
193193
with:
194-
node-version: 24
194+
node-version: 24.6.0
195195
cache: 'pnpm'
196196

197197
- name: Install deps

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set node version to 24
2727
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828
with:
29-
node-version: 24
29+
node-version: 24.6.0
3030
cache: 'pnpm'
3131

3232
- name: Install deps

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set node version to 24
2626
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
28-
node-version: 24
28+
node-version: 24.6.0
2929
cache: 'pnpm'
3030

3131
- name: Install deps

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set node version to 24
3636
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3737
with:
38-
node-version: 24
38+
node-version: 24.6.0
3939
cache: 'pnpm'
4040

4141
- name: Install deps

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set node version to 24
2727
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828
with:
29-
node-version: 24
29+
node-version: 24.6.0
3030
cache: 'pnpm'
3131

3232
- name: Install deps

0 commit comments

Comments
 (0)