From b1dc8538c3d59380dc88c5958955f0795e5e0456 Mon Sep 17 00:00:00 2001 From: Ruslan Gladov Date: Fri, 14 Jun 2024 09:55:23 +0300 Subject: [PATCH] Modifying node-version to 20 --- .github/workflows/ci_deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index 9466d75980..f47d3f03ad 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@v2 + uses: actions/checkout@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -27,9 +27,9 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' - name: Install dependencies run: npm install