Skip to content

Commit

Permalink
cache all node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
btaillon-coveo committed Aug 25, 2023
1 parent 522890e commit a7e40fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ runs:
id: npm-cache
with:
path: |
node_modules/
utils/atomic-storybook/node_modules/
**/node_modules/
!node_modules/.cache/nx/
key: npm-${{ hashFiles('package-lock.json') }}-${{ hashFiles('utils/atomic-storybook/package-lock.json') }}
- uses: actions/cache@v3
Expand Down

0 comments on commit a7e40fd

Please sign in to comment.