Upgrade Node to v20 (#1110)

* Upgrade to v20

* Fix for failed checks

* Fix for failed checks

* 8.0.0

* Packages degraded to older version

* licensed update

* format-check

* Updated the logic

* Format-check

* 9.0.0
This commit is contained in:
aparnajyothi-y
2023-12-07 17:48:34 +05:30
committed by GitHub
parent b69b346013
commit 28ca103628
29 changed files with 27144 additions and 9220 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "stale-action",
"version": "7.0.0",
"version": "9.0.0",
"private": true,
"description": "Marks old issues and PRs as stale",
"main": "lib/main.js",
@@ -31,7 +31,7 @@
"stale"
],
"engines": {
"node": "16",
"node": "20",
"npm": ">=7.0.0 <10.0.0-0"
},
"author": "GitHub",