diff --git a/.github/workflows/bash__deploy-docker.yml b/.github/workflows/bash__deploy-docker.yml index 8c9d80c..dd20d07 100644 --- a/.github/workflows/bash__deploy-docker.yml +++ b/.github/workflows/bash__deploy-docker.yml @@ -25,10 +25,10 @@ jobs: with: fetch-depth: 1 - - name: Set up Node.js and Yarn + - name: Set up Node.js and Yarn for yarn command uses: actions/setup-node@v4 with: - node-version: '20.12.2' + node-version: '22.9.0' registry-url: 'https://registry.yarnpkg.com' - name: Set up SSH config