Skip to content

Commit 2eb64f2

Browse files
Moves to npm i from npm ci
Fixes action running without the package-lock.json requirement.
1 parent 2e7f3dd commit 2eb64f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: https://registry.npmjs.org/
2424

2525
- name: Install
26-
run: npm ci
26+
run: npm i
2727

2828
- name: Run Tests
2929
run: npm test
@@ -49,7 +49,7 @@ jobs:
4949
registry-url: https://registry.npmjs.org/
5050

5151
- name: Install
52-
run: npm ci
52+
run: npm i
5353

5454
- name: Run Tests
5555
run: npm test

0 commit comments

Comments
 (0)