Skip to content

Pin CI to Node 14 #22665

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

Merged
merged 1 commit into from
Nov 1, 2021
Merged

Pin CI to Node 14 #22665

merged 1 commit into from
Nov 1, 2021

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented Nov 1, 2021

CI starting running Node 16, which breaks some of our tests because the error message text for undefined property access has changed.

We should pin to Node 14 until we are able to update the messages.

CI starting running Node 16, which breaks some of our tests because
the error message text for undefined property access has changed.

We should pin to Node 14 until we are able to update the messages.
@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Nov 1, 2021
@acdlite acdlite merged commit 9db8713 into facebook:main Nov 1, 2021
@sizebot
Copy link

sizebot commented Nov 1, 2021

Comparing: 6c7ef3f...a5b0cff

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 130.19 kB 130.19 kB = 41.42 kB 41.42 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 135.16 kB 135.16 kB = 42.95 kB 42.95 kB
facebook-www/ReactDOM-prod.classic.js = 419.90 kB 419.90 kB = 77.34 kB 77.34 kB
facebook-www/ReactDOM-prod.modern.js = 408.48 kB 408.48 kB = 75.59 kB 75.59 kB
facebook-www/ReactDOMForked-prod.classic.js = 419.90 kB 419.90 kB = 77.34 kB 77.34 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against a5b0cff

KamranAsif pushed a commit to KamranAsif/react that referenced this pull request Nov 4, 2021
CI starting running Node 16, which breaks some of our tests because
the error message text for undefined property access has changed.

We should pin to Node 14 until we are able to update the messages.
acdlite added a commit to acdlite/react that referenced this pull request Jan 19, 2022
Cherry-picking this from later in the sequence. Pinning to Node 14 was
necessary because the error message for undefined property access
changed in later versions, and some of our tests assert on the
old format.
zhengjitf pushed a commit to zhengjitf/react that referenced this pull request Apr 15, 2022
CI starting running Node 16, which breaks some of our tests because
the error message text for undefined property access has changed.

We should pin to Node 14 until we are able to update the messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants