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 9bef896 commit b5dc3d0Copy full SHA for b5dc3d0
.github/workflows/build-and-deploy.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Install pnpm
17
uses: pnpm/action-setup@v2
18
+ with:
19
+ version: latest
20
21
- name: Install
22
run: pnpm install
0 commit comments