Skip to content

Commit

Permalink
Merge pull request #125 from warpdotdev/aloke/node_18
Browse files Browse the repository at this point in the history
Force use of node20 when running the `generate-changelog` action
  • Loading branch information
alokedesai authored Apr 26, 2024
2 parents 3c53d67 + f06fc34 commit ac8c72d
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 @@ -16,5 +16,5 @@ outputs:
description: 'The generated changelog, as JSON'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit ac8c72d

Please sign in to comment.