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 440cf90 commit 81cc4bdCopy full SHA for 81cc4bd
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 22
18
- uses: pnpm/action-setup@v4.1.0
19
with:
20
- version: 6.35.1
+ version: 10.16.1
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