Skip to content

Commit 2eb35bb

Browse files
committed
update CI flow to install without lock files
1 parent 7bb7903 commit 2eb35bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node_version }}
2424
- name: Install Dependencies
25-
run: npm ci
25+
run: npm install
2626
- name: Lint
2727
run: npm run lint
2828
- name: Build

0 commit comments

Comments
 (0)