Skip to content

Commit 43c3a2f

Browse files
renovate[bot]aggre
andauthored
chore(deps): update dependency prettier to v3 (#42)
* chore(deps): update dependency prettier to v3 * nodejs 20.x --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aggre <hiroyuki.aggre@gmail.com>
1 parent 4cd3103 commit 43c3a2f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x]
11+
node-version: [20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v4

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
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"husky": "9.1.5",
15-
"prettier": "2.8.8"
15+
"prettier": "3.3.3"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)