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 964af08 commit 5ad2d3bCopy full SHA for 5ad2d3b
.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.26.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