Skip to content

Commit

Permalink
chore: Update used node version to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Schneider committed Apr 4, 2024
1 parent ffaacf8 commit c34c96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment-status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ outputs:
deployment_id:
description: "The ID of the created deployment"
runs:
using: "node16"
using: "node20"
main: "dist/initial-status/index.js"
post: "dist/final-status/index.js"
post-if: "success()"
2 changes: 1 addition & 1 deletion global-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
required: false
default: ".github/workflows/.env.global"
runs:
using: "node16"
using: "node20"
main: "index.js"
branding:
icon: "settings"
Expand Down

0 comments on commit c34c96c

Please sign in to comment.