Skip to content

Commit

Permalink
Updated node to 16 and removed deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorehn committed Dec 7, 2022
1 parent dc8ab7f commit faf8dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
description: 'The full helm command to run (including helm)'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'main.js'
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ helm_output="${helm_output//'%'/'%25'}"
helm_output="${helm_output//$'\n'/'%0A'}"
helm_output="${helm_output//$'\r'/'%0D'}"

echo "::set-output name=helm_output::$helm_output"
echo "helm_output=$helm_output" >> $GITHUB_OUTPUT

echo -e "\033[36mCleaning up: \033[0m"
rm ./run.sh -Rf
Expand Down

0 comments on commit faf8dd4

Please sign in to comment.