From ca5509eb1caaa8fe08f3c16ea0dcd5de59a4088b Mon Sep 17 00:00:00 2001 From: Bartlomiej Gmerek Date: Tue, 10 Oct 2023 09:16:34 +0200 Subject: [PATCH] Remove node version change --- .github/actions/ec2-github-runner/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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