diff --git a/.github/actions/ec2-github-runner/action.yml b/.github/actions/ec2-github-runner/action.yml index b97f090..e96803c 100644 --- a/.github/actions/ec2-github-runner/action.yml +++ b/.github/actions/ec2-github-runner/action.yml @@ -83,5 +83,5 @@ outputs: EC2 Instance Id of the created runner. The id is used to terminate the EC2 instance when the runner is not needed anymore. runs: - using: node16 + using: node12 main: ./dist/index.js