Skip to content

Commit 3a6218d

Browse files
committed
Fix pnpm
1 parent d1f4294 commit 3a6218d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
node-version: 16
1616

1717
- uses: pnpm/[email protected]
18+
with:
19+
version: 7
1820

1921
- name: Get pnpm store directory
2022
id: pnpm-cache

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
registry-url: https://registry.npmjs.org/
1616

1717
- uses: pnpm/[email protected]
18+
with:
19+
version: 7
1820

1921
- name: Get pnpm store directory
2022
id: pnpm-cache

0 commit comments

Comments
 (0)