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 027c7a1 commit 50539d1Copy full SHA for 50539d1
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: "15"
18
- uses: pnpm/action-setup@v4.2.0
19
with:
20
- version: 5.18.10
+ version: 10.21.0
21
- run: pnpm install --frozen-lockfile
22
- run: pnpm test
23
publish:
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
- name: Setup auth
49
run: |
0 commit comments