Skip to content

Commit 36e2baa

Browse files
committed
chore: add patches to cache dependencies
1 parent b2e3702 commit 36e2baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node }}
2929
cache: npm
30+
cache-dependency-path: 'patches/*.patch'
3031
- name: Install dependencies
3132
run: npm ci && npm run patch-package
3233
- name: Lint
@@ -49,6 +50,7 @@ jobs:
4950
with:
5051
node-version: 22
5152
cache: npm
53+
cache-dependency-path: 'patches/*.patch'
5254
- name: Install dependencies
5355
run: npm ci && npm run patch-package
5456
- name: Creating .npmrc

0 commit comments

Comments
 (0)