From 7ed1241cd9ecedb8ef03d5844755d04995d90485 Mon Sep 17 00:00:00 2001 From: nemanjam Date: Fri, 27 Sep 2024 10:39:23 +0200 Subject: [PATCH] update node version in bash workflow --- .github/workflows/bash__deploy-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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