Skip to content

Commit

Permalink
Update client deploy cache working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 15, 2024
1 parent 94532fd commit 594e01e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ jobs:
node-version: 20

- uses: actions/cache@v3
working-directory: client
with:
path: .npm
path: client/.npm
key: npm-client-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
npm-client-
Expand Down

0 comments on commit 594e01e

Please sign in to comment.