Skip to content

Commit 88f2fbf

Browse files
chore(deps): update node to v24
| datasource | package | from | to | | --------------- | --------------------- | ------ | ------- | | github-releases | actions/node-versions | 22.0.0 | 24.11.0 |
1 parent a99855f commit 88f2fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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: 22
28+
node-version: 24.11.0
2929
cache: "pnpm"
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)