Skip to content

Commit e1bc981

Browse files
committed
fix: correct install command for lesson 03
1 parent 370ef89 commit e1bc981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_lesson_03_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Build Lesson 03 with Node.js
2929
working-directory: ./lesson_03/quiz
3030
run: |
31-
npm run ci
31+
npm ci
3232
npm run check

0 commit comments

Comments
 (0)