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