Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 876240d

Browse files
committed
Bump up Prettier to version 3.2.5
1 parent 3e57ddf commit 876240d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: "18"
3434
- name: "Install Prettier"
35-
run: npm install --global prettier@3.0.1
35+
run: npm install --global prettier@3.2.5
3636
- name: "Check format"
3737
run: make check
3838

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"mocha": "10.2.0",
19-
"prettier": "3.0.1"
19+
"prettier": "3.2.5"
2020
}
2121
}

0 commit comments

Comments
 (0)