Skip to content

Commit

Permalink
Fix tabs->spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alanchangxyz committed Apr 2, 2024
1 parent 484346f commit 4cf2f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-node-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ runs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: cache dependencies in pnpm
uses: actions/cache@v4
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
shell: bash
run: pnpm install

0 comments on commit 4cf2f3d

Please sign in to comment.