We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe79c6 commit 0537394Copy full SHA for 0537394
1 file changed
‎action.yml‎
@@ -17,7 +17,7 @@ runs:
17
uses: pnpm/action-setup@v4
18
with:
19
version: latest
20
-
+
21
- name: Setup CI, Build and Test Package
22
uses: actions/setup-node@v4
23
@@ -33,9 +33,15 @@ runs:
33
which pnpm
34
env | grep -E 'PNPM|NPM|NODE|PATH'
35
shell: bash
36
37
+ - name: pnpm help
38
+ run: pnpm help
39
+ shell: bash
40
41
- name: Install dependencies
- run: pnpm install --frozen-lockfile
42
+ run: pnpm install --frozen-lockfile --loglevel debug
43
44
45
- name: Run lint
46
run: |
47
if [ "$RUN_LINT" = "1" ]; then
0 commit comments