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 508424c commit 4c837bcCopy full SHA for 4c837bc
1 file changed
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: "15"
18
- uses: pnpm/action-setup@v6.0.7
19
with:
20
- version: 11.0.9
+ version: 11.1.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