Skip to content

Commit 2f1383c

Browse files
committed
ci: upgrade Node.js from 20 to 24 across all workflows
1 parent 7bd74fd commit 2f1383c

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/algolia-search-indexing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
- name: Install yarn
2727
run: npm install -g yarn
2828
- name: Install and build

.github/workflows/ci-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 24
3232

3333
- name: Check installed versions
3434
run: |

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 24
3232

3333
- name: Check installed versions
3434
run: |
@@ -118,7 +118,7 @@ jobs:
118118
- name: Setup Node.js
119119
uses: actions/setup-node@v4
120120
with:
121-
node-version: 20
121+
node-version: 24
122122

123123
- name: Configure environment variables
124124
env:

.github/workflows/ci-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 24
2828

2929
- name: Install packages
3030
run: |

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: setup-node
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 20
40+
node-version: 24
4141
- name: Install Dependencies
4242
id: install-dependencies
4343
run: yarn install

.github/workflows/ci-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 24
2929

3030
- name: Check installed versions
3131
run: |

.github/workflows/update-yarn-lock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
- name: Install yarn
2727
run: npm install -g yarn
2828
- name: Update yarn.lock

0 commit comments

Comments
 (0)