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 644fb7a commit 05c2ca2Copy full SHA for 05c2ca2
2 files changed
.github/workflows/build-and-test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# Install pnpm (version from package.json packageManager field)
26
- name: Install pnpm
27
- uses: pnpm/action-setup@v5
+ uses: pnpm/action-setup@v6
28
29
# Cache pnpm modules
30
- name: Cache pnpm modules
.github/workflows/check-tool-links.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '24'
20
21
22
23
- name: Install dependencies
run: pnpm install
0 commit comments