Skip to content

Commit e4fcd5a

Browse files
committed
updating ci to use npm install
1 parent 92bae5d commit e4fcd5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
- name: Install Dependencies
33-
run: npm ci
33+
run: npm install
3434
- name: Linting
3535
run: npm run eslint
3636
- name: Running Typescript

0 commit comments

Comments
 (0)