Skip to content

Commit

Permalink
Fix some build errors on setup node pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
alanchangxyz committed Apr 2, 2024
1 parent 17f8d29 commit 484346f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-node-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ runs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

- name: cache dependencies in pnpm
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-

- name: install dependencies in pnpm
shell: bash
run: pnpm install

0 comments on commit 484346f

Please sign in to comment.