Fix cache: combine export + pnpm install in single step
Some checks failed
CI / lint-and-test (push) Successful in 42s
CI / build (push) Has been cancelled

This commit is contained in:
Julia McGhee
2026-03-21 17:53:16 +00:00
parent 264e498657
commit 8958372716
3 changed files with 5 additions and 18 deletions

View File

@@ -10,13 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
- name: Setup and install
run: |
export COREPACK_HOME=/pnpm-store/.corepack
corepack enable && corepack prepare pnpm@latest --activate
- name: Install dependencies
run: |
export PNPM_STORE_DIR=/pnpm-store
pnpm install --frozen-lockfile