From 78b0f92483298cb630d00d8a3930b04b76d534bf Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 10:00:01 +0300 Subject: [PATCH] Revert to node-version 14 --- .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 f47d3f03ad..4d2fdbbc0e 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@v3 + uses: actions/setup-node@v2 with: - node-version: '20' + node-version: '14' - name: Install dependencies run: npm install