mirror of
https://github.com/actions/stale.git
synced 2026-01-15 02:41:14 +08:00
Update engines to support node20
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
"stale"
|
||||
],
|
||||
"engines": {
|
||||
"node": "16",
|
||||
"npm": ">=7.0.0 <10.0.0-0"
|
||||
"node": ">=16",
|
||||
"npm": ">=7.0.0"
|
||||
},
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user