fix: update dependencies

BREAKING CHANGE: the action now requires Node.js 20
This commit is contained in:
dessant
2023-11-12 05:48:16 +02:00
parent be8aa5be94
commit 5a25b54eae
4 changed files with 1259 additions and 6134 deletions

2
.nvmrc
View File

@@ -1 +1 @@
16.20.0
20.9.0

View File

@@ -101,7 +101,7 @@ outputs:
prs:
description: 'Pull requests that have been locked, value is a JSON string'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'lock'

7367
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,24 +16,24 @@
"scripts": {
"build": "ncc build src/index.js -o dist",
"update": "ncu --upgrade",
"release": "standard-version",
"release": "commit-and-tag-version",
"push": "git push --tags origin main"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/plugin-throttling": "^5.2.3",
"@octokit/plugin-retry": "^4.1.6",
"joi": "^17.9.2"
"@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"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.8",
"standard-version": "^9.5.0"
"@vercel/ncc": "^0.38.1",
"commit-and-tag-version": "^12.0.0",
"npm-check-updates": "^16.14.6",
"prettier": "^3.0.3"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"keywords": [
"github",