Skip to content

Commit 68c8434

Browse files
committed
update workflow
1 parent daed267 commit 68c8434

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
defaults:
15+
run:
16+
working-directory: app
1417

1518
steps:
1619
- name: Checkout repository
@@ -21,6 +24,7 @@ jobs:
2124
with:
2225
node-version: 20
2326
cache: npm
27+
cache-dependency-path: app/package-lock.json
2428

2529
- name: Install dependencies
2630
run: npm ci

0 commit comments

Comments
 (0)