Skip to content

Commit 0aea620

Browse files
committed
feat: fix pnpm version
1 parent 1b2b241 commit 0aea620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eb-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}
3434
3535
- name: Npm Install pnpm
36-
run: npm install -g pnpm
36+
run: npm install -g pnpm@7.9.3
3737

3838
- name: pnpm Install
3939
run: pnpm i --no-frozen-lockfile

0 commit comments

Comments
 (0)