Skip to content

Commit

Permalink
chore: restore path (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan authored Feb 21, 2024
1 parent b6770a1 commit 782d4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-happy-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: "client/.nvmrc"
cache: "npm"
cache-dependency-path: "package-lock.json"
cache-dependency-path: "client/package-lock.json"
- name: Install dependencies
run: |
npm ci
Expand Down

0 comments on commit 782d4d1

Please sign in to comment.