Skip to content

Commit

Permalink
Use Node16 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbox authored Oct 20, 2022
1 parent a72e7d1 commit 7e4bdb2
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 @@ -2,7 +2,7 @@ name: 'Commit Changelog'
description: 'GitHub Action that generates a commit changelog'
author: 'Paperbox'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
inputs:
github_token:
Expand Down

0 comments on commit 7e4bdb2

Please sign in to comment.