Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rigwild committed Jul 25, 2024
1 parent 50cbb79 commit a6b5a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Get pnpm store directory
id: pnpm-cache
run: echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_ENV
run: echo "pnpm_cache_dir=$(pnpm store path | tail -1)" >> $GITHUB_ENV

- uses: actions/cache@v3
name: Setup pnpm cache
Expand Down

0 comments on commit a6b5a4c

Please sign in to comment.