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