We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3adbbd + 49a39c1 commit dc13167Copy full SHA for dc13167
2 files changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm install -g npm@latest
23
24
- name: Install pnpm
25
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v5
26
27
- name: Get pnpm store directory
28
id: store-path
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
- name: Install Dependencies
38
run: pnpm install
0 commit comments