Skip to content

Commit 986ff48

Browse files
committed
Revert "ENG-219: Add npm caching to CI workflows"
This reverts commit 6f8e6c4.
1 parent 6f8e6c4 commit 986ff48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
- uses: actions/setup-node@v4
99
with:
1010
node-version: 20
11-
cache: 'npm'
1211
- run: npm ci
1312
- run: npm run lint
1413
- name: Typecheck

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: ${{ matrix.node-version }}
14-
cache: 'npm'
1514
- run: npm ci
1615
- run: npm run build
1716
- name: Setup git

0 commit comments

Comments
 (0)