diff --git a/.github/scripts/testing-js.sh b/.github/scripts/testing-js.sh index d49f63528..6ad455863 100755 --- a/.github/scripts/testing-js.sh +++ b/.github/scripts/testing-js.sh @@ -1,8 +1,8 @@ -if [[ $NODE == 18 ]] +if [[ $NODE == 20 ]] then - export NODE_VERSION=18.20.2 + export NODE_VERSION=20.15.1 else - export NODE_VERSION=16.14.0 + export NODE_VERSION=18.20.2 fi docker exec -t insights_testing bash -c " diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38698b77..67a65ee21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: python-version: ["3.8", "3.12"] os: [ubuntu-20.04] toxenv: [django42] - node: [18] + node: [18, 20] + continue-on-error: ${{ matrix.node == 20 }} env: DATA_API_VERSION: "latest" steps: