Skip to content

Commit

Permalink
fix: update npm cache directory (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-mariotti-zupit authored Sep 13, 2024
1 parent c790454 commit 18a04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-step-format-lint-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Set NPM cache directory to a new clean directory to avoid sharing with other runners
- name: Set NPM cache directory
run: echo "NPM_CONFIG_CACHE=$(mktemp -d)" >> $GITHUB_ENV
run: echo "NPM_CONFIG_CACHE=~/.npm$(npm -v)" >> $GITHUB_ENV

- name: Authenticate with private NPM package
if: ${{ env.github_token }}
Expand Down

0 comments on commit 18a04ad

Please sign in to comment.