mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-13 01:27:03 -04:00
fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 24
This commit is contained in:
@@ -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
5028
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user