Skip to content

Commit

Permalink
ci: attempt to fix the CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Apr 29, 2024
1 parent 26d4b0b commit f4d0c3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
name: Install pnpm
with:
run_install: false
package_json_file: ./web/package.json

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
name: Setup pnpm cache
- name: Setup pnpm Cache
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit f4d0c3a

Please sign in to comment.