From 1bcfd869fa1f070902f7c829976c2596e826adb7 Mon Sep 17 00:00:00 2001 From: yandex-praktikum <58176914+yandex-praktikum@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:41:32 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd28287..c0154b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Set up GitHub Actions uses: actions/checkout@v3 - - name: Use Node.js 18.x + - name: Use Node.js 14.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 14.x - name: Check if the repository is private run: exit 1 if: ${{github.event.repository.private}}