Skip to content

Commit 9c3180c

Browse files
committed
caching
1 parent 5bf58a6 commit 9c3180c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'npm'
2525

2626
- name: Install dependencies
27-
run: npm ci
27+
run: npm ci --prefer-offline
2828

2929
- name: Run ESLint
3030
run: npm run lint
@@ -45,7 +45,7 @@ jobs:
4545
cache: 'npm'
4646

4747
- name: Install dependencies
48-
run: npm ci
48+
run: npm ci --prefer-offline
4949

5050
- name: Run Unit Tests
5151
run: npm test

0 commit comments

Comments
 (0)