Skip to content

Commit

Permalink
Update astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparnap2 authored Jan 8, 2025
1 parent 21dcfb9 commit 31cd21c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cache: pnpm
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
working-directory: ${{ env.BUILD_PATH }}
Expand Down

0 comments on commit 31cd21c

Please sign in to comment.