Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Fix ci by locking node versions #2171

Merged
merged 2 commits into from
Feb 12, 2022
Merged

Fix ci by locking node versions #2171

merged 2 commits into from
Feb 12, 2022

Conversation

BPScott
Copy link
Member

@BPScott BPScott commented Feb 11, 2022

Description

Fixes #2169

Node 14.19 and 16.14 contain updates to ICU, which affects how date formatting occurs. This change won't be backported onto the 12.x branch so we're in a fun state where latest 12.x gives different output to 14.x and 16.x, so for now lock to the last version in 14 and 16 before the ICU change. This gives us consistent behaviour across CI versions.

Once we drop support for node 12 (see #1970) we can consider using 14.x and 16.x again

@BPScott BPScott requested a review from a team as a code owner February 11, 2022 22:24
@BPScott
Copy link
Member Author

BPScott commented Feb 12, 2022

Going to yolomerge this to fix CI.

I've updated the branch protection rules to require the new action names.

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

Successfully merging this pull request may close these issues.

Latest Node 14 + 16 breaking tests/CI
1 participant