Skip to content

Commit

Permalink
Install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Feb 14, 2025
1 parent bc7ff11 commit cedb5df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/astro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
node-version: "20"
cache: "pnpm"

- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
corepack install pnpm@latestcorepack enable && \
corepack prepare pnpm@latest --activate
- name: Install dependencies
run: pnpm install --frozen-lockfile
working-directory: ${{ env.BUILD_PATH }}
Expand Down

0 comments on commit cedb5df

Please sign in to comment.