Fix nodejs version with respecting the runs.using

Revert following commits

- 2e3c15b181
- Part of 7c33447f79

Prevent similar troubles with following changes

- Add ignore entry for dependabot config
- Restrict engines.node in package.json
This commit is contained in:
Kenichi Kamiya
2024-12-20 02:42:28 +09:00
parent 4d4f51b9bb
commit 8a939bdd42
4 changed files with 19 additions and 13 deletions

View File

@@ -21,7 +21,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=21"
"node": "20.x"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
@@ -73,7 +73,7 @@
"@github/local-action": "^2.2.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/node": "^20.17.10",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vercel/ncc": "^0.38.3",