Skip to content

Commit 111fcb7

Browse files
committed
fix: remove npm cache configuration from CI workflows
1 parent ccff406 commit 111fcb7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
cache: 'npm'
2524

2625
- name: Install dependencies
2726
run: npm install

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: '20.x'
19-
cache: 'npm'
2019

2120
- name: Install dependencies
2221
run: npm install
@@ -87,7 +86,6 @@ jobs:
8786
uses: actions/setup-node@v4
8887
with:
8988
node-version: '20.x'
90-
cache: 'npm'
9189

9290
- name: Install dependencies
9391
run: npm install

0 commit comments

Comments
 (0)