- upgrade action to use node16 as engine

- dependency upgrades
```
    "webpack": "^5.70.0"
    "@types/jest": "^27.4.1",
    "@typescript-eslint/parser": "^5.15.0",
    "@types/node": "^17.0.21",
    "@vercel/ncc": "^0.33.3",
    "eslint": "^8.11.0",
    "eslint-plugin-jest": "^26.1.1",
    "prettier": "2.6.0",
    "typescript": "^4.6.2"
```
This commit is contained in:
Mike Penz
2022-03-16 12:55:47 +01:00
parent 9f18310dfa
commit d557b224ae
6 changed files with 1007 additions and 1332 deletions
+1 -1
View File
@@ -46,5 +46,5 @@ outputs:
failed:
description: Defines if there was an issue with the action run, and the changelog may not have been generated correctly. [true, false]
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'