Update to node16

This commit is contained in:
Sven-Hendrik Haase 2023-01-03 22:09:30 +01:00
parent fb1eb39e74
commit 2b373356cb
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
4 changed files with 25905 additions and 9930 deletions

View File

@ -34,5 +34,5 @@ outputs:
browser_download_url: browser_download_url:
description: 'The publicly available URL of the asset.' description: 'The publicly available URL of the asset.'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'

23960
dist/index.js vendored

File diff suppressed because one or more lines are too long

11757
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,16 +27,16 @@
"author": "Sven-Hendrik Haase", "author": "Sven-Hendrik Haase",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.10.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@types/glob": "^7.1.2", "@types/glob": "^7.1.2",
"glob": "^7.1.6" "glob": "^7.1.6"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^24.9.1", "@types/jest": "^24.9.1",
"@types/node": "^12.12.64", "@types/node": "^16",
"@typescript-eslint/parser": "^3.5.0", "@typescript-eslint/parser": "^3.5.0",
"@zeit/ncc": "^0.22.3", "@vercel/ncc": "^0.36.0",
"eslint": "^7.10.0", "eslint": "^7.10.0",
"eslint-plugin-github": "^4.0.1", "eslint-plugin-github": "^4.0.1",
"eslint-plugin-jest": "^23.17.1", "eslint-plugin-jest": "^23.17.1",