diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4932e11996e..0772b09fe77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ 3.8 ], "node-version": [ - "12.x" + "14.x" ] }, "fail-fast": false diff --git a/ci/spec.yml b/ci/spec.yml index ee902f34ea7..fa37ef0fa4f 100644 --- a/ci/spec.yml +++ b/ci/spec.yml @@ -25,7 +25,7 @@ env: python_versions: &python_versions - 3.8 node_versions: &node_versions - - 12.x + - 14.x python_setup: &python_setup name: Set up Python ${{ matrix.python-version }}