fix: update dependencies

BREAKING CHANGE: the action now requires Node.js 24
This commit is contained in:
dessant
2025-12-12 17:23:39 +02:00
parent 1bf7ec2505
commit 6548363a2d
4 changed files with 761 additions and 4295 deletions

2
.nvmrc
View File

@@ -1 +1 @@
20.9.0
24.12.0

View File

@@ -142,7 +142,7 @@ outputs:
discussions:
description: 'Discussions that have been locked, value is a JSON string'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
branding:
icon: 'lock'

5028
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,20 +21,20 @@
"push": "git push --tags origin main"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/plugin-throttling": "^8.1.2",
"@octokit/plugin-retry": "^6.0.1",
"joi": "^17.11.0"
"@actions/core": "^2.0.1",
"@actions/github": "^6.0.1",
"@octokit/plugin-throttling": "^11.0.3",
"@octokit/plugin-retry": "^8.0.3",
"joi": "^18.0.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"commit-and-tag-version": "^12.0.0",
"npm-check-updates": "^16.14.6",
"prettier": "^3.0.3"
"@vercel/ncc": "^0.38.4",
"commit-and-tag-version": "^12.6.1",
"npm-check-updates": "^19.2.0",
"prettier": "^3.7.4"
},
"engines": {
"node": ">=20.0.0"
"node": ">=24.0.0"
},
"keywords": [
"github",