Skip to content

Commit 98e0398

Browse files
committed
[-] fix Release GHA workflow
1 parent 3430927 commit 98e0398

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- name: Unshallow
2222
run: git fetch --prune --unshallow
2323

24+
- name: Set up Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: '22'
28+
2429
- name: Release via goreleaser
2530
uses: goreleaser/goreleaser-action@v6
2631
with:

0 commit comments

Comments
 (0)