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 2d92e7a commit a4027feCopy full SHA for a4027fe
.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.18.3
21
- run: pnpm install --frozen-lockfile
22
- run: pnpm test
23
publish:
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
- version: 6.35.1
47
48
- name: Setup auth
49
run: |
0 commit comments