Skip to content

Commit

Permalink
Merge pull request #708 from mikepenz/feature/upgrade_node16
Browse files Browse the repository at this point in the history
Upgrade action to use node16 | Dependency upgrades
  • Loading branch information
mikepenz committed Mar 16, 2022
2 parents 9f18310 + d557b22 commit 2986558
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 2986558

Please sign in to comment.