Skip to content

Commit 6b9104e

Browse files
authored
build: upgrade node version (#770)
1 parent d86c2a5 commit 6b9104e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
GPG_PASSWORD: ${{ secrets.SYNCED_GPG_KEY_PASSWORD }}
5353
GPG_KEY_ID: ${{ secrets.SYNCED_GPG_KEY_ID }}
5454

55-
- uses: actions/setup-node@v4
55+
- uses: actions/setup-node@v5
5656
with:
57-
node-version: '24'
57+
node-version: '24.7.0'
5858

5959
- name: Install conventionalcommits
6060
run: npm i -D conventional-changelog-conventionalcommits

0 commit comments

Comments
 (0)