Skip to content

Commit

Permalink
chore(repo): upgrade to node v20 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Aug 28, 2023
1 parent dc2fbe5 commit f34cc91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.5.0
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,12 @@ inputs:
required: false
return_full_payload:
description: 'Return full payload from GitHub rather than a trimmed-down version of the response'
default: false
required: false
outputs:
output:
description: 'The output of the helper'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: user-check
Expand Down
3 changes: 1 addition & 2 deletions dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,12 @@ inputs:
required: false
return_full_payload:
description: 'Return full payload from GitHub rather than a trimmed-down version of the response'
default: false
required: false
outputs:
output:
description: 'The output of the helper'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: user-check
Expand Down

0 comments on commit f34cc91

Please sign in to comment.