Skip to content

Commit

Permalink
update cache path and remove unused package-lock in root
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Nov 20, 2023
1 parent e86a5bc commit 8f7543c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: actions/cache@v3
id: cache-node-mods
with:
path: node_modules
key: node-modules-cache-v3-${{ hashFiles('package.json', 'package-lock.json') }}
path: website/node_modules
key: node-modules-cache-v3-${{ hashFiles('**/package.json', '**/package-lock.json') }}

- name: Install Packages
if: steps.cache-node-mods.outputs.cache-hit != 'true'
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 8f7543c

Please sign in to comment.