Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 11, 2024
1 parent aaa957b commit 5c802c2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ runs:
node_modules
**/node_modules
/home/runner/.cache/pnpm
/home/runner/.cache/Cypress
/home/runner/.pnpm-store
key: pnpm-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml') }}
/home/runner/setup-pnpm
/opt/hostedtoolcache/node
key: pnpm-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml', './nvmrc') }}
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: pnpm/action-setup@v4
- run: pnpm --version
shell: bash
- run: pnpm i --frozen-lockfile
- run: tree /home/runner/.cache
shell: bash
- run: tree /opt/hostedtoolcache
shell: bash
- run: tree /home/runner/setup-pnpm
shell: bash

0 comments on commit 5c802c2

Please sign in to comment.