Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI to tests multiple node versions, use node 16 locally #302

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

BPScott
Copy link
Member

@BPScott BPScott commented Nov 26, 2021

  • Run CI against node 12 / 14 / 16. Following a similar pattern to quilt and loom
  • Use node 16.13.0 (LTS version) locally

The node versions we test against in CI are: 12.14 - our lowest target for packages, and 14.x and 16.x - whatever the latest releases for these branches are - this matches what quilt does.

Locally we run against 16.13 - the first LTS release in the v16 line.

We attempted part of this previously, but bundled it with a bunch of stylelint updates that needed to be reverted in #298

@BPScott BPScott merged commit 0e65962 into main Nov 26, 2021
@BPScott BPScott deleted the multi-ci-and-update-local-node branch November 26, 2021 15:08
@BPScott
Copy link
Member Author

BPScott commented Nov 26, 2021

Updated the branch protection rules so now they require the three new test checks (Test (12.14) etc) instead of the old singular "Test"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants