Update linter configuration and update Node.js engine requirements

This commit is contained in:
Salman Muin Kayser Chishti
2025-08-08 15:13:54 +01:00
parent bf91408afc
commit 9960b6a196
3 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -4,6 +4,9 @@
"version": "0.0.0",
"author": "",
"private": true,
"engines": {
"node": ">=24"
},
"homepage": "https://github.com/actions/typescript-action",
"repository": {
"type": "git",
@@ -21,7 +24,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=24"
"node": ">=20"
},
"scripts": {
"bundle": "npm run format:write && npm run package",