Skip to content

Commit 6e18ec0

Browse files
committed
build: github actions fix
1 parent 790cebc commit 6e18ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v2
2525
with:
26-
version: 8
26+
version: 9
2727

2828
- name: Install Dependencies
2929
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)