Skip to content

Commit 45c1309

Browse files
committed
ci: remove npm cache configuration from workflows
1 parent 356041c commit 45c1309

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version-file: .nvmrc
18-
cache: 'npm'
1918

2019
- name: Install dependencies
2120
run: |

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version-file: .nvmrc
18-
cache: 'npm'
1918

2019
- name: Install dependencies
2120
run: |

0 commit comments

Comments
 (0)