Skip to content

Commit

Permalink
chore: bump node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Apr 27, 2024
1 parent 6434bba commit fe215ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
description: 'The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information'
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'package'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload-release-asset",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "Upload a release asset to an existing GitHub Release",
"main": "dist/index.js",
Expand Down

0 comments on commit fe215ec

Please sign in to comment.