diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75884def7..d0520f59c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" strategy: matrix: - node: ["16.16.0", "18.5.0"] + node: ["16.16.0", "18.14.1", "19.6.1"] flavor: ["dev", "prod"] fail-fast: false runs-on: "ubuntu-latest" @@ -55,7 +55,7 @@ jobs: if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')" strategy: matrix: - node: ["16.15.0", "18.5.0"] + node: ["16.16.0", "18.14.1", "19.6.1"] flavor: ["dev", "prod"] fail-fast: false runs-on: "ubuntu-latest"