fix: update dependencies

BREAKING CHANGE: the action now requires Node.js 16
This commit is contained in:
dessant
2022-12-04 03:19:27 +02:00
parent 93ea5ec1d6
commit fed5fc9e1e
6 changed files with 6963 additions and 1609 deletions

2
.nvmrc
View File

@@ -1 +1 @@
12.22.2
16.18.1

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019-2021 Armin Sebastian
Copyright (c) 2019-2022 Armin Sebastian
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -290,7 +290,7 @@ using the `github-token` input parameter.
## License
Copyright (c) 2019-2021 Armin Sebastian
Copyright (c) 2019-2022 Armin Sebastian
This software is released under the terms of the MIT License.
See the [LICENSE](LICENSE) file for further information.

View File

@@ -12,7 +12,7 @@ inputs:
description: 'Process label events only for issues, pull requests or discussions, value must be a comma separated list, list items must be one of `issues`, `prs` or `discussions`'
default: ''
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'tag'

8548
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,19 +20,19 @@
"push": "git push --tags origin master"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"joi": "^17.4.2",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"joi": "^17.7.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"npm-check-updates": "^11.8.5",
"prettier": "^2.4.1",
"standard-version": "^9.3.1"
"@vercel/ncc": "^0.34.0",
"npm-check-updates": "^16.4.3",
"prettier": "^2.8.0",
"standard-version": "^9.5.0"
},
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"keywords": [
"github",