We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49c932 commit 9287644Copy full SHA for 9287644
.github/workflows/ci-cd.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: '20'
21
22
- name: Install dependencies
23
- run: npm ci
+ run: npm install
24
25
- name: Run build
26
run: npm run build
0 commit comments