We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 262768d + 1763b60 commit 6b06f27Copy full SHA for 6b06f27
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Install pnpm
23
- uses: pnpm/action-setup@v3
+ uses: pnpm/action-setup@v4
24
with:
25
version: 9
26
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org/'
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
27
28
version: 10
29
0 commit comments