We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7684d5b commit 971ad3aCopy full SHA for 971ad3a
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: '16.x'
29
registry-url: 'https://registry.npmjs.org'
30
- name: Install pnpm
31
- run: npm i -g pnpm
+ run: npm i -g pnpm@7
32
- name: Install dependencies
33
run: pnpm -r i
34
- name: Install chromedriver for windows
0 commit comments