Skip to content

Commit a0131ce

Browse files
committed
Fix Node.js dependency installation path in GitHub Actions
1 parent 9158f3d commit a0131ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
with:
3333
node-version: '18'
3434
cache: 'npm'
35+
cache-dependency-path: 'assets/package-lock.json'
3536

3637
- name: Install Node.js dependencies
38+
working-directory: ./assets
3739
run: |
3840
npm ci --prefer-offline --no-audit
3941
npm install esbuild@0.17.11

0 commit comments

Comments
 (0)