From 751140adcd471863a500371084978126f2e8a337 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Tue, 22 Oct 2024 09:13:53 +0200 Subject: [PATCH] Bump node version in gha Issue: ARSN-423 --- .github/workflows/tests.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2ba7e381c..aed8ebf0f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -28,11 +28,10 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'yarn' - name: install dependencies run: yarn install --frozen-lockfile --prefer-offline --network-concurrency 1 - continue-on-error: true # TODO ARSN-97 Remove it when no errors in TS - name: lint yaml run: yarn --silent lint_yml - name: lint javascript @@ -63,14 +62,12 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile --prefer-offline - continue-on-error: true # TODO ARSN-97 Remove it when no errors in TS - name: Compile run: yarn build - continue-on-error: true # TODO ARSN-97 Remove it when no errors in TS - name: Upload artifacts uses: scality/action-artifacts@v4 with: