Skip to content

Commit 4c4ffa6

Browse files
Update call-reusable.yml
1 parent 50e167e commit 4c4ffa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/call-reusable.yml

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

13+
- name: Install PNPM
14+
run: npm install -g pnpm
15+
1316
- name: Setup Node.js
1417
uses: actions/setup-node@v4
1518
with:
1619
node-version: 18.20.4
1720
cache: 'pnpm'
1821

19-
- name: Install PNPM
20-
run: npm install -g pnpm
21-
2222
- name: Show PNPM store path
2323
id: pnpm-cache-path
2424
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)