From d78ac5a540e57ff640fad6be1ba45c261eff548e Mon Sep 17 00:00:00 2001 From: nemanjam Date: Fri, 7 Jun 2024 20:16:00 +0200 Subject: [PATCH] add node and yarn --- .github/workflows/bash__deploy-docker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bash__deploy-docker.yml b/.github/workflows/bash__deploy-docker.yml index 9a02992..ce49977 100644 --- a/.github/workflows/bash__deploy-docker.yml +++ b/.github/workflows/bash__deploy-docker.yml @@ -22,6 +22,12 @@ jobs: with: fetch-depth: 1 + - name: Set up Node.js and Yarn + uses: actions/setup-node@v4 + with: + node-version: '20.12.2' + registry-url: 'https://registry.yarnpkg.com' + - name: Set up SSH config run: | # Set up SSH key