mirror of
https://github.com/actions/stale.git
synced 2026-01-08 08:18:18 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user