From 8a7c35647892a6442943ac560dbe52e62fcfe648 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 16 Sep 2024 14:41:31 -0400 Subject: [PATCH] feat: Build with node 20 instead of node 18. edx-platform is already testing with node 20 so switch to that here. --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db5d0780..fde5377a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Export CHROME_BIN Env Variable run: export CHROME_BIN=chromium-browser diff --git a/.nvmrc b/.nvmrc index 3c032078..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20