Skip to content

Commit

Permalink
- upgrade action to use node16 as engine
Browse files Browse the repository at this point in the history
- 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"
```
  • Loading branch information
mikepenz committed Mar 16, 2022
1 parent 9f18310 commit d557b22
Show file tree
Hide file tree
Showing 6 changed files with 1,007 additions and 1,332 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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'
58 changes: 47 additions & 11 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

0 comments on commit d557b22

Please sign in to comment.