From 598b304d2150b48482a9c05335e184b3975bbfbc Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Tue, 23 Jul 2024 16:07:38 +0300 Subject: [PATCH] Update main.yml (#164) --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c41305ca..547f813e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,14 +13,17 @@ jobs: - name: Chekout code uses: actions/checkout@v3 with: - node-version: '20' fetch-depth: 0 + #Node version + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' #Prepare the env - name: Set up Python uses: actions/setup-python@v3 with: python-version: '3.x' - node-version: '20' #Configure git - name: Configure git