Skip to content

Commit 652fb33

Browse files
committed
build(ci): add Node.js setup to release workflow
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 07054a5 commit 652fb33

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
fetch-depth: 0
2525
submodules: recursive
2626

27+
- name: Set up Node.js
28+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
29+
with:
30+
node-version: 22
31+
cache: yarn
32+
2733
- name: Setup Go
2834
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
2935
with:

0 commit comments

Comments
 (0)