WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 007789c

Browse files
committed
chore: @types/node v20 instead of v24
Signed-off-by: Rui Chen <[email protected]>
1 parent f38728b commit 007789c

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ updates:
1212
- dependency-name: node-fetch
1313
versions:
1414
- ">=3.0.0"
15+
- dependency-name: "@types/node"
16+
versions:
17+
- ">=22.0.0"
1518
commit-message:
1619
prefix: "chore(deps)"
1720
- package-ecosystem: github-actions

package-lock.json

Lines changed: 8 additions & 8 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
@@ -27,7 +27,7 @@
2727
"@octokit/rest": "^22.0.0"
2828
},
2929
"devDependencies": {
30-
"@types/node": "24.3.0",
30+
"@types/node": "^20.19.11",
3131
"@vercel/ncc": "^0.38.3",
3232
"@vitest/coverage-v8": "^3.2.4",
3333
"husky": "^9.1.7",

0 commit comments

Comments
 (0)