Skip to content

Commit

Permalink
CI/CD fix working-directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Sep 30, 2023
1 parent 5cb55c4 commit 8cb904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: ./client/package-lock.json`
cache-dependency-path: ./client/package-lock.json
-
name: Install dependencies
run: cd ./client && npm install
Expand Down

0 comments on commit 8cb904e

Please sign in to comment.