Skip to content

Commit 2738701

Browse files
committed
x
1 parent 4107a23 commit 2738701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525

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

2929
- name: Run linter
3030
run: npm run lint

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm'
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm i
2525

2626
- name: Run linter
2727
run: npm run lint
@@ -43,7 +43,7 @@ jobs:
4343
cache: 'npm'
4444

4545
- name: Install dependencies
46-
run: npm ci
46+
run: npm i
4747

4848
- name: Run tests with coverage
4949
run: npm test

0 commit comments

Comments
 (0)