Skip to content

Commit 3a059d3

Browse files
Pin CI to node 24.14 for now
1 parent 6510228 commit 3a059d3

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cypress_debug.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 24.x
1313
uses: actions/setup-node@v6
1414
with:
15-
node-version: 24
15+
node-version: 24.14
1616
cache: yarn
1717

1818
- name: Install

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js 24.x
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: 24
26+
node-version: 24.14
2727
cache: yarn
2828
- name: Install
2929
if: inputs.environment == 'staging'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js 24.x
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version: 24
24+
node-version: 24.14
2525
registry-url: https://registry.npmjs.org
2626
scope: '@apollo-annotation'
2727
cache: yarn

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js 24.x
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 24
18+
node-version: 24.14
1919
cache: yarn
2020
- name: Install
2121
run: yarn --immutable

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js 24.x
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 24
20+
node-version: 24.14
2121
cache: yarn
2222
- name: Install
2323
run: yarn --immutable
@@ -36,7 +36,7 @@ jobs:
3636
- name: Use Node.js 24.x
3737
uses: actions/setup-node@v6
3838
with:
39-
node-version: 24
39+
node-version: 24.14
4040
cache: yarn
4141
- name: Install
4242
run: yarn --immutable

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 24.x
1515
uses: actions/setup-node@v6
1616
with:
17-
node-version: 24
17+
node-version: 24.14
1818
cache: yarn
1919
- name: Install
2020
run: yarn --immutable

0 commit comments

Comments
 (0)