Skip to content

Commit

Permalink
Update node to 20 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju authored Aug 12, 2024
1 parent d4ff35d commit 6b7faeb
Show file tree
Hide file tree
Showing 3 changed files with 1,067 additions and 661 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ inputs:
deploying a new version even if previous rollout is stuck, or if
no version is deployed at all.
required: false
default: "false"
default: 'false'
outputs:
CURRENT_IMAGE_SHA:
description: 'Current docker image tag running in the cluster'
LOCKED:
description: 'Is deployment currently locked [true/false]'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 6b7faeb

Please sign in to comment.