diff --git a/action.yml b/action.yml index a1a19b2..43b8070 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: 'build docker image and push to simcu code' runs: using: 'composite' steps: - - uses: docker://node:20 + - uses: docker://node:24 with: entrypoint: "/bin/bash" args: |