We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a740899 commit e720697Copy full SHA for e720697
.github/workflows/lhci.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
node-version-file: ".nvmrc"
40
- name: Set pnpm version
41
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v3
42
43
run_install: false
44
version: 7
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
node-version: 18.17
30
registry-url: "https://registry.npmjs.org"
31
32
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v3
33
name: Install pnpm
34
id: pnpm-install
35
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments