diff --git a/action.yml b/action.yml index a60ebdd9..bdc9dac9 100644 --- a/action.yml +++ b/action.yml @@ -95,6 +95,6 @@ outputs: image: description: full image name including git SHA tag runs: - using: "node16" + using: "node20" main: "dist/index.js" post: "dist/index.js"