This commit is contained in:
Timothy Jaeryang Baek 2025-07-19 19:20:14 +04:00
parent 08ff9863d5
commit 44a23a5c99

View file

@ -32,7 +32,7 @@ jobs:
node-version: '22' node-version: '22'
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install --force
- name: Format Frontend - name: Format Frontend
run: npm run format run: npm run format