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 795715b commit 1e4b590Copy full SHA for 1e4b590
.github/workflows/build-and-test.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: '22.20'
18
- uses: pnpm/action-setup@v4
19
with:
20
- version: 8
+ version: 10
21
run_install: false
22
- run: pnpm install --frozen-lockfile
23
- run: pnpm test
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
- name: Setup auth
0 commit comments