Skip to content

Commit f5dd09b

Browse files
authored
installing pnpm instead of relying on cache (#113)
1 parent 6e1fe4f commit f5dd09b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

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

19-
- name: Setup Node
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: 20
23-
cache: 'pnpm'
24-
2519
- name: Setup pnpm
2620
uses: pnpm/action-setup@v4
2721
with:
2822
version: 10
2923

24+
- name: Setup Node
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: 20
28+
3029
- name: Install deps
3130
run: pnpm install --frozen-lockfile
3231

0 commit comments

Comments
 (0)