Skip to content

Commit 7a6f3ed

Browse files
committed
🤞 [2.3.0] - CI Test Fix
1 parent fe25255 commit 7a6f3ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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 --legacy-peer-deps --no-optional
27+
run: npm install --legacy-peer-deps --prefer-offline --no-audit
2828

2929
- name: Run tests
3030
run: npm test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Install dependencies
26-
run: npm ci --legacy-peer-deps --no-optional
26+
run: npm install --legacy-peer-deps --prefer-offline --no-audit
2727

2828
- name: Run tests
2929
run: npm test

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'npm'
2121

2222
- name: Install dependencies
23-
run: npm ci --legacy-peer-deps --no-optional
23+
run: npm install --legacy-peer-deps --prefer-offline --no-audit
2424

2525
- name: Run tests with coverage
2626
run: npm run test:coverage

0 commit comments

Comments
 (0)