Skip to content

Commit

Permalink
fix: update action metadata to use node >=20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-de-Jong committed Apr 10, 2024
1 parent 8e3af0a commit d531c42
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 @@ -67,5 +67,5 @@ outputs:
description: 'JSON object containing the release information'

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

0 comments on commit d531c42

Please sign in to comment.