diff --git a/action.yml b/action.yml index 3d9cd2b..4c9fe8e 100644 --- a/action.yml +++ b/action.yml @@ -140,5 +140,5 @@ outputs: description: "The tag applied to the built image" runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'