From 31f3c95f3c6f22a385229a124c679d61814a2078 Mon Sep 17 00:00:00 2001 From: Ambroise Dhenain Date: Thu, 11 Apr 2024 14:23:37 +0200 Subject: [PATCH] Run tests on v20 --- .github/workflows/update-codeclimate-coverage.yml | 4 ++-- .nvmrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-codeclimate-coverage.yml b/.github/workflows/update-codeclimate-coverage.yml index 02385fba..832c8286 100644 --- a/.github/workflows/update-codeclimate-coverage.yml +++ b/.github/workflows/update-codeclimate-coverage.yml @@ -15,13 +15,13 @@ jobs: # Configures the deployment environment, install dependencies (like node, npm, etc.) that are requirements for the upcoming jobs # Ex: Necessary to run `yarn test:coverage` setup-environment: - name: Setup deployment environment (Ubuntu 22.04 - Node 18.x) + name: Setup deployment environment (Ubuntu 22.04 - Node 20.x) runs-on: ubuntu-22.04 steps: - name: Installing node.js uses: actions/setup-node@v3 # Used to install node environment - XXX https://github.com/actions/setup-node with: - node-version: 18 # Use the same node.js version as the one Vercel's uses (currently node18.x) + node-version: 20 # Use the same node.js version as the one Vercel's uses (currently node20.x) run-tests-coverage: name: Run tests coverage and send report to Code Climate runs-on: ubuntu-22.04 diff --git a/.nvmrc b/.nvmrc index 3f430af8..9a2a0e21 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18 +v20