From 2b478b15faa9d7082262c5e9787079ae588543c5 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 10:09:18 +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 ace0f5147f..e2bb2de09d 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: '20'