Skip to content

Commit 231cb12

Browse files
fix: setup node and pnpm (#1365)
1 parent ce94379 commit 231cb12

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
uses: actions/setup-go@v4
4646
with:
4747
go-version: "1.23.1"
48+
- name: Set up Node
49+
uses: actions/setup-node@v4
50+
with:
51+
node-version: "20"
52+
- name: Install pnpm
53+
run: npm install -g pnpm@9.3.0
4854
- name: Login to DockerHub
4955
uses: docker/login-action@v1
5056
with:
@@ -73,6 +79,12 @@ jobs:
7379
uses: actions/setup-go@v4
7480
with:
7581
go-version: "1.23.1"
82+
- name: Set up Node
83+
uses: actions/setup-node@v4
84+
with:
85+
node-version: "20"
86+
- name: Install pnpm
87+
run: npm install -g pnpm@9.3.0
7688
- name: Login to DockerHub
7789
uses: docker/login-action@v1
7890
with:

0 commit comments

Comments
 (0)