From 74c67ba1434291f429c02db6ce72418c512dc07f Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Fri, 13 May 2022 00:50:14 -0700 Subject: [PATCH] chore: bump primary node version for CI (#4968) our integration tests started failing because one of the packages bumped its engine reqs. let's jump to the top-end of our current range to future proof us for a while --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e38c9b7f826..704793ed36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - '**' env: - PRIMARY_NODE_VERSION: 12 + PRIMARY_NODE_VERSION: 16 NX_BRANCH: ${{ github.event.number }} NX_RUN_GROUP: ${{ github.run_id }} # Added the - at the end to function as a separator to improve readability in the PR comment from the Nx cloud app