diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index cbfe0df95..e3ef37b18 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index f659b259e..130e1753b 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index bb6b52cd0..232d0f508 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [14.x, 16.x] steps: - name: Call Start URL - optionally