From c2b51bc6cbb402bf4c936b0d726086a4dc62cb9c Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 10:06:19 +0300 Subject: [PATCH] Revert to node-version 20 --- .github/workflows/ci_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 4d2fdbbc0e..ace0f5147f 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -27,9 +27,9 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '14' + node-version: '20' - name: Install dependencies run: npm install