Skip to content

Commit 9c2cb49

Browse files
Update call-reusable.yml
1 parent 4c4ffa6 commit 9c2cb49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/call-reusable.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- name: Install PNPM
14-
run: npm install -g pnpm
15-
1613
- name: Setup Node.js
1714
uses: actions/setup-node@v4
1815
with:
1916
node-version: 18.20.4
20-
cache: 'pnpm'
17+
18+
- name: Install PNPM
19+
run: npm install -g pnpm
2120

2221
- name: Show PNPM store path
2322
id: pnpm-cache-path

0 commit comments

Comments
 (0)