Skip to content

Commit fee24a4

Browse files
And install with generating the lockfile
1 parent 2a7830e commit fee24a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install dependencies
27-
run: npm ic
27+
run: npm i
2828
- name: Run linter
2929
run: npm run lint
3030
- name: Build

0 commit comments

Comments
 (0)