Skip to content

Commit

Permalink
Merge pull request #242 from brainstormforce/update-cache-package
Browse files Browse the repository at this point in the history
Updating cache package
  • Loading branch information
vrundakansara authored Jan 7, 2025
2 parents 38cf3a2 + b2ccee2 commit cccdd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Cache NPM packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
Expand Down

0 comments on commit cccdd41

Please sign in to comment.