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 a12edaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.18.0
nodejs 20.12.0
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
2 changes: 1 addition & 1 deletion global-variables/node_modules/.package-lock.json

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

0 comments on commit a12edaa

Please sign in to comment.