diff --git a/action.yml b/action.yml index 38fb1b9..e8950c9 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,6 @@ name: '"Configure buildx with Namespace Cloud" Action For GitHub Actions' description: "Configure buildx to use the Namespace Cloud build cluster" runs: - using: node16 + using: node20 main: dist/main/index.js post: dist/post/index.js