Skip to content

Commit 3c878f2

Browse files
Bump node to 24 in github workflows
1 parent a790d2b commit 3c878f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup node
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: "22"
20+
node-version: 24
2121
- name: Install dependencies
2222
run: yarn --immutable
2323
- name: Run checks

.github/workflows/edge_ghpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-tags: true
1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: "22"
21+
node-version: 24
2222
- name: Install and Build 🔧
2323
run: |
2424
yarn install --immutable

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: "22"
19+
node-version: 24
2020
- run: yarn install --immutable
2121
- run: yarn build
2222
- run: |

0 commit comments

Comments
 (0)