We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f239f29 commit 1496fa5Copy full SHA for 1496fa5
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- name: Install pnpm
25
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v4
26
with:
27
version: latest
28
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
29
30
0 commit comments