We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bae5d commit e4fcd5aCopy full SHA for e4fcd5a
1 file changed
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
node-version: ${{ matrix.node-version }}
32
- name: Install Dependencies
33
- run: npm ci
+ run: npm install
34
- name: Linting
35
run: npm run eslint
36
- name: Running Typescript
0 commit comments