From ce0d2b0e18e669dca5f9fd2d0e2d7771c09b8851 Mon Sep 17 00:00:00 2001 From: Vadym Grabovyi Date: Thu, 12 Oct 2023 09:32:21 -0400 Subject: [PATCH] chore: setup node v20 for eslint and ts jobs --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b9e0ef..0fd020a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,12 @@ jobs: needs: [install] continue-on-error: false steps: + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: 20 + registry-url: 'https://registry.npmjs.org' + cache: 'npm' - name: Download artifact uses: actions/download-artifact@v3 with: @@ -60,6 +66,12 @@ jobs: needs: [install] continue-on-error: false steps: + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: 20 + registry-url: 'https://registry.npmjs.org' + cache: 'npm' - name: Download artifact uses: actions/download-artifact@v3 with: