We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2b241 commit 0aea620Copy full SHA for 0aea620
.github/workflows/eb-release.yml
@@ -33,7 +33,7 @@ jobs:
33
${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}
34
35
- name: Npm Install pnpm
36
- run: npm install -g pnpm
+ run: npm install -g pnpm@7.9.3
37
38
- name: pnpm Install
39
run: pnpm i --no-frozen-lockfile
0 commit comments