Skip to content

Commit

Permalink
fix: upgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates committed Jan 31, 2024
1 parent c30c7e4 commit 50cd05b
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 @@ -61,7 +61,7 @@ outputs:
assets:
description: 'JSON array containing information about each uploaded asset, in the format given [here](https://docs.github.com/en/rest/reference/repos#upload-a-release-asset--code-samples) (minus the `uploader` field)'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
color: 'purple'
Expand Down

0 comments on commit 50cd05b

Please sign in to comment.