Skip to content

Commit 260bdf7

Browse files
committed
ci/cd
1 parent 343a467 commit 260bdf7

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
@@ -60,7 +60,7 @@ jobs:
6060
node-version: '20'
6161

6262
- name: Install dependencies
63-
run: npm ci --ignore-scripts
63+
run: npm install --ignore-scripts
6464

6565
- name: Lint and typecheck
6666
run: npm run build

0 commit comments

Comments
 (0)