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 484bec7 commit f20ee31Copy full SHA for f20ee31
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: 18
24
25
- - uses: pnpm/action-setup@v2.2.4
+ - uses: pnpm/action-setup@v4.0.0
26
name: Install pnpm
27
id: pnpm-install
28
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
node-version: "18"
43
registry-url: "https://registry.npmjs.org"
44
45
- - uses: "pnpm/action-setup@v2.2.4"
+ - uses: "pnpm/action-setup@v4.0.0"
46
name: "Install pnpm"
47
id: "pnpm-install"
48
0 commit comments