Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Mar 6, 2024
1 parent 2c0bfb4 commit 909b5ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
key: npm-${{ hashFiles('benchexec/tablegenerator/react-table/package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
Expand All @@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
key: npm-${{ hashFiles('benchexec/tablegenerator/react-table/package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
Expand All @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
key: npm-${{ hashFiles('benchexec/tablegenerator/react-table/package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
Expand Down

0 comments on commit 909b5ef

Please sign in to comment.