We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7830e commit fee24a4Copy full SHA for fee24a4
.github/workflows/cd.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: Install dependencies
27
- run: npm ic
+ run: npm i
28
- name: Run linter
29
run: npm run lint
30
- name: Build
0 commit comments