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

Drop Node 14 in CI for Node 16 and add Node 18 to the matrix #5768

Merged
merged 6 commits into from
Jan 6, 2023

Conversation

Princesseuh
Copy link
Member

@Princesseuh Princesseuh commented Jan 5, 2023

Changes

Title is self-explanatory! Hopefully this result in a faster CI across the board

Fix #5749

Testing

Testing in local, tests runs fine on Node 18! We'll see what CI tells us.

Docs

N/A

@changeset-bot
Copy link

changeset-bot bot commented Jan 5, 2023

🦋 Changeset detected

Latest commit: a63b598

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the 🚨 action Modifies GitHub Actions label Jan 5, 2023
@Princesseuh Princesseuh marked this pull request as draft January 5, 2023 16:04
@Princesseuh
Copy link
Member Author

Hmm seems like some tests in Netlify and Node integrations is failing. Will take a look. Overall, things do look faster though!

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Jan 6, 2023
@@ -104,19 +104,29 @@ export const createExports = (manifest: SSRManifest, args: Args) => {
// The fetch API does not have a way to get multiples of a single header, but instead concatenates
// them. There are non-standard ways to do it, and node-fetch gives us headers.raw()
// See https://github.com/whatwg/fetch/issues/973 for discussion
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not enjoy going down this rabbit hole, hurt me right in the computer

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Jan 6, 2023
@Princesseuh Princesseuh marked this pull request as ready for review January 6, 2023 14:41
@matthewp matthewp merged commit 2f67450 into main Jan 6, 2023
@matthewp matthewp deleted the feat/node-18-ci branch January 6, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 action Modifies GitHub Actions pkg: astro Related to the core `astro` package (scope) pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Node.js 18 support to CI
2 participants