Skip to content

Commit 6b2b4d3

Browse files
authored
Revert "installing pnpm instead of relying on cache (#113)" (#114)
This reverts commit f5dd09b.
1 parent f5dd09b commit 6b2b4d3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818

19-
- name: Setup pnpm
20-
uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
23-
2419
- name: Setup Node
2520
uses: actions/setup-node@v4
2621
with:
2722
node-version: 20
23+
cache: 'pnpm'
24+
25+
- name: Setup pnpm
26+
uses: pnpm/action-setup@v4
27+
with:
28+
version: 10
2829

2930
- name: Install deps
3031
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)