Skip to content

Commit 412d014

Browse files
committed
Fixed release workflow
1 parent d614c8d commit 412d014

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
@@ -30,12 +30,12 @@ jobs:
3030
- name: ⎔ Setup pnpm
3131
uses: pnpm/action-setup@v2.2.4
3232
with:
33-
version: 7.18
33+
version: 8.15.5
3434

3535
- name: ⎔ Setup node
3636
uses: buildjet/setup-node@v3
3737
with:
38-
node-version: 18
38+
node-version: 20.11.1
3939
cache: "pnpm"
4040

4141
- name: Install Protoc

0 commit comments

Comments
 (0)