Skip to content

Commit 1f97ced

Browse files
committed
ci: install with npm
1 parent 688ef58 commit 1f97ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 16
2020

2121
- name: 📦 Install dependencies
22-
run: npm ci
22+
run: npm install
2323

2424
- name: 🔠 Lint project
2525
run: npm run lint
@@ -34,7 +34,7 @@ jobs:
3434
node-version: 16
3535

3636
- name: 📦 Install dependencies
37-
run: npm ci
37+
run: npm install
3838

3939
- name: 🛠 Build project
4040
run: npm run build

0 commit comments

Comments
 (0)