We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e167e commit 4c4ffa6Copy full SHA for 4c4ffa6
.github/workflows/call-reusable.yml
@@ -10,15 +10,15 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
13
+ - name: Install PNPM
14
+ run: npm install -g pnpm
15
+
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
19
node-version: 18.20.4
20
cache: 'pnpm'
21
- - name: Install PNPM
- run: npm install -g pnpm
-
22
- name: Show PNPM store path
23
id: pnpm-cache-path
24
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_ENV
0 commit comments