Skip to content

Commit 6ab1c3c

Browse files
ci(deps): update dependency node to v24 (#256)
| datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 20.20.0 | 24.13.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a8d07b commit 6ab1c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
24-
node-version: 20
24+
node-version: 24
2525
cache: 'yarn'
2626
registry-url: https://registry.npmjs.org/
2727

0 commit comments

Comments
 (0)