Upgrade to node 24 (#1279)

* Upgrade to node 24

* package updates and compiled

* audit fix

* update package

* package.json version update

* documentation update to the latest release version

---------

Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
This commit is contained in:
Salman Chishti
2025-09-03 19:54:19 +01:00
committed by GitHub
parent 8f717f0dfc
commit 3a9db7e6a4
8 changed files with 66 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "stale-action",
"version": "9.0.0",
"version": "10.0.0",
"private": true,
"description": "Marks old issues and PRs as stale",
"main": "lib/main.js",
@@ -31,8 +31,8 @@
"stale"
],
"engines": {
"node": "20",
"npm": ">=7.0.0 <10.0.0-0"
"node": "24",
"npm": ">=7.0.0"
},
"author": "GitHub",
"license": "MIT",
@@ -48,7 +48,7 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash.deburr": "^4.1.6",
"@types/node": "^20.5.1",
"@types/node": "^24.1.0",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",