Skip to content

Commit f490301

Browse files
committed
chore: fix format
1 parent 36a4c85 commit f490301

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
{
99
"matchDepTypes": ["action"],
1010
"pinDigests": true,
11-
"matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"],
12-
},
11+
"matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"]
12+
}
1313
],
1414
"ignoreDeps": [
1515
// manually bumping
16-
"node",
17-
],
16+
"node"
17+
]
1818
}

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build.environment]
2-
NODE_VERSION = "24"
2+
NODE_VERSION = "24"
33
[build]
4-
publish = "docs/.vitepress/dist"
5-
command = "pnpm build"
4+
publish = "docs/.vitepress/dist"
5+
command = "pnpm build"

0 commit comments

Comments
 (0)