Skip to content

Commit 0de4830

Browse files
committed
chore: upgrade node in workflows
1 parent 90da022 commit 0de4830

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@master
1717

18-
- name: Setup Node.js 22.x
19-
uses: actions/setup-node@master
18+
- name: Setup Node.js 24
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 22.x
21+
node-version: 24
2222

2323
- name: Install Dependencies
2424
run: yarn --frozen-lockfile --ignore-scripts

.github/workflows/coveralls.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1414
fetch-depth: 0
1515

16-
- name: Setup Node.js 22.x
17-
uses: actions/setup-node@master
16+
- name: Setup Node.js 24
17+
uses: actions/setup-node@v6
1818
with:
19-
node-version: 22.x
19+
node-version: 24
2020

2121
- name: Install Dependencies
2222
run: yarn --frozen-lockfile --ignore-scripts

0 commit comments

Comments
 (0)