Skip to content

Commit 87f202d

Browse files
chore(deps): update dependency node to v24 (#729)
1 parent d3f8e3f commit 87f202d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@v6
4646
with:
47-
node-version: 22
47+
node-version: 24
4848

4949
- name: Yarn
5050
run: yarn install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: 22
41+
node-version: 24
4242

4343
- name: Yarn
4444
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)