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 dbfe4a5 commit d26a37d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
cache: pnpm
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml

- name: Install pnpm
run: npm install -g pnpm
- name: Install pnpm using pnpm-action
uses: pnpm/action-setup@v2
with:
version: "7" # specify the version of pnpm

- name: Verify pnpm installation
run: pnpm --version
Expand Down

0 comments on commit d26a37d

Please sign in to comment.