Skip to content

Commit 1c72c25

Browse files
chore(deps): update dependency node to v24 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f06c584 commit 1c72c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2828
- uses: actions/setup-node@v6
2929
with:
30-
node-version: '22'
30+
node-version: '24'
3131
registry-url: 'https://registry.npmjs.org'
3232
- run: npm install npm -g
3333
- run: npm install

0 commit comments

Comments
 (0)