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

Commit ea63c4d

Browse files
committed
Bump up Prettier to version 3.0.1
1 parent 7b7b433 commit ea63c4d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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: "15"
3434
- name: "Install Prettier"
35-
run: npm install --global prettier@2.8.2
35+
run: npm install --global prettier@3.0.1
3636
- name: "Check format"
3737
run: make check
3838

package-lock.json

Lines changed: 9 additions & 9 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": "2.8.2"
19+
"prettier": "3.0.1"
2020
}
2121
}

0 commit comments

Comments
 (0)