Skip to content

Commit 9287644

Browse files
committed
fix: remove npm ci
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
1 parent c49c932 commit 9287644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '20'
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm install
2424

2525
- name: Run build
2626
run: npm run build

0 commit comments

Comments
 (0)