Skip to content

Commit db9d31f

Browse files
ci(tools): update dependency node to v24 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3178ae commit db9d31f

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup nodejs
2525
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2626
with:
27-
node-version: 22.x
27+
node-version: 24.x
2828

2929
- name: Install releaser
3030
run: |

0 commit comments

Comments
 (0)