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 4c53052
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ runs:
path: |
node_modules
**/node_modules
/home/runner/.cache/pnpm
/home/runner/.cache/Cypress
/home/runner/.pnpm-store
key: pnpm-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml') }}
key: node_modules-${{ runner.os }}-${{ hashFiles('./pnpm-lock.yaml', '.nvmrc') }}
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- uses: pnpm/action-setup@v4
cache: 'pnpm'
node-version-file: '.nvmrc'
- run: pnpm --version
shell: bash
- run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 4c53052

Please sign in to comment.