Skip to content

Commit 96a23ee

Browse files
Update dependency node to v24.12.0
1 parent 05ef6d7 commit 96a23ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-generated-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: '24.x'
27+
node-version: '24.12.0'
2828
cache: 'yarn'
2929

3030
- name: Install node_modules

.github/workflows/check-seed-generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: '24.x'
27+
node-version: '24.12.0'
2828
cache: 'yarn'
2929

3030
- name: Install node_modules

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: '24.x'
26+
node-version: '24.12.0'
2727
cache: 'yarn'
2828

2929
- name: Install dependencies && check that lockfile is up-to-date

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: '24.x'
22+
node-version: '24.12.0'
2323
cache: 'yarn'
2424

2525
- name: Install dependencies && check that lockfile is up-to-date

0 commit comments

Comments
 (0)