From 2ce5f03736c85da2627bdbd6e6cda921e579889c Mon Sep 17 00:00:00 2001 From: Radiannderitu <91196832+Radiannderitu@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:53:32 +0300 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index b22de1ef..9ce13c8a 100644 --- a/action.yml +++ b/action.yml @@ -37,3 +37,7 @@ runs: main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success() + - name: Setup Node.js environment + uses: actions/setup-node@v2.5.2 + +