Skip to content

Commit b1a8e85

Browse files
ci caching
1 parent 660baa4 commit b1a8e85

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/format-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-node@v6
2020
with:
2121
node-version: 24
22-
cache: 'npm'
2322

2423
- name: Install dependencies
2524
run: npm install

.github/workflows/integration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-node@v6
3636
with:
3737
node-version: ${{ matrix.node-version }}
38-
cache: 'npm'
3938

4039
- name: Install dependencies
4140
run: npm install

.github/workflows/unit-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-node@v6
3636
with:
3737
node-version: ${{ matrix.node-version }}
38-
cache: 'npm'
3938

4039
- name: Install dependencies
4140
run: npm install

0 commit comments

Comments
 (0)