Skip to content

Commit

Permalink
Merge pull request #306 from zweitag/chore/update-node-version
Browse files Browse the repository at this point in the history
chore: Update used node version to node 20
  • Loading branch information
stefanvocke committed Apr 24, 2024
2 parents ffaacf8 + a12edaa commit 80470b4
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 80470b4

Please sign in to comment.