Skip to content

Commit

Permalink
Update node version (#406)
Browse files Browse the repository at this point in the history
Update to node20
  • Loading branch information
timheuer committed Feb 5, 2024
1 parent c9b46fe commit 4634c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -58,7 +58,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: "green"
Expand Down

0 comments on commit 4634c16

Please sign in to comment.