Skip to content

Commit

Permalink
fix(action): use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Jan 29, 2022
1 parent ad8e6e7 commit 75b4220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ outputs:
changelog:
description: 'the generated release changelog'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 75b4220

Please sign in to comment.