Skip to content

Commit

Permalink
Update client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcd00 authored Jan 30, 2024
1 parent efb03c1 commit 75f3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/cache@v3
with:
path: ./node_modules
key: modules-${{ hashFiles("package-lock.json") }}
key: modules-${{ hashFiles('package-lock.json') }}
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm install --legacy-peer-deps --silent
Expand Down

0 comments on commit 75f3fbc

Please sign in to comment.