Skip to content

Commit 6951b38

Browse files
committed
fix(ci/staging-web): add npm caching and normalise path pattern
1 parent 6c72e5c commit 6951b38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/staging-web.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
paths:
8-
- 'packages/filen-web/**/*'
8+
- 'packages/filen-web/**'
99

1010
permissions:
1111
contents: read
@@ -32,6 +32,8 @@ jobs:
3232
uses: actions/setup-node@v4
3333
with:
3434
node-version: 24
35+
cache: 'npm'
36+
cache-dependency-path: packages/filen-web/package-lock.json
3537
- name: Install dependencies
3638
working-directory: packages/filen-web
3739
run: npm install --package-lock-only --no-workspaces && npm ci

0 commit comments

Comments
 (0)