Skip to content

Commit

Permalink
chore: bump primary node version for CI (#4968)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bradzacher committed May 13, 2022
1 parent 77e15a9 commit 74c67ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 74c67ba

Please sign in to comment.