Skip to content

Commit 1a37f3f

Browse files
committed
remove cache option from ci jobs
1 parent 4dc292f commit 1a37f3f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: 'npm'
2625
- run: npm install
2726
- run: npm test
2827

@@ -34,7 +33,6 @@ jobs:
3433
with:
3534
node-version: 'lts/*'
3635
check-latest: true
37-
cache: 'npm'
3836
- run: npm install
3937
- run: npm run lint
4038

@@ -46,7 +44,6 @@ jobs:
4644
with:
4745
node-version: 'lts/*'
4846
check-latest: true
49-
cache: 'npm'
5047
- run: npm install
5148
- run: npm run format:check
5249

@@ -58,7 +55,6 @@ jobs:
5855
- uses: actions/setup-node@v4
5956
with:
6057
node-version: 'lts/*'
61-
cache: 'npm'
6258
- run: npm install
6359
- run: npm run test:remote
6460

@@ -69,7 +65,6 @@ jobs:
6965
- uses: actions/setup-node@v4
7066
with:
7167
node-version: 'lts/*'
72-
cache: 'npm'
7368
- run: npm install
7469
- run: npm run typecheck
7570

@@ -80,7 +75,6 @@ jobs:
8075
- uses: actions/setup-node@v4
8176
with:
8277
node-version: 'lts/*'
83-
cache: 'npm'
8478
- run: npm install
8579
- run: npm run build
8680
- name: Upload build results
@@ -110,7 +104,6 @@ jobs:
110104
- uses: actions/setup-node@v4
111105
with:
112106
node-version: ${{ matrix.node-version }}
113-
cache: 'npm'
114107
- name: Download build results
115108
uses: actions/download-artifact@v4
116109
with:

0 commit comments

Comments
 (0)