Skip to content

Commit 3c11aa4

Browse files
fix: bump prettier to 3.8.3 to match CI resolution
Co-authored-by: Srinivasan Sekar <srinivasan.sekar1990@gmail.com>
1 parent 6a91ecb commit 3c11aa4

3 files changed

Lines changed: 23433 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '20'
2222

2323
- name: Install dependencies
24-
run: npm install --no-package-lock
24+
run: npm ci
2525

2626
- name: Format check (Prettier)
2727
run: npm run format:check

0 commit comments

Comments
 (0)