Skip to content

Commit 12df110

Browse files
d4mationclaude
andcommitted
ENG-219: Add npm caching to CI workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 56a1585 commit 12df110

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

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

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)