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

pin node version for docusaurus build #2177

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

ollevche
Copy link
Member

@ollevche ollevche commented Nov 19, 2024

The website build started to fail with a weird error (Unexpected end of JSON input), see this run as an example. We don't pin node version in website Dockerfile build so it seems to be broken due to node v23 upgrade. Some of the tools don't work well with node v23 yet (including Docusaurus) so this PR sets node version to v22.

Related Docusaurus issue: facebook/docusaurus#10684

Target Release

1.9.0

Checklist

  • I have read the contribution guide.
  • I have not used an AI coding assistant to create this PR.
  • I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
  • I (and other contributors to this PR) have not looked at the Terraform source code while implementing this PR.

Website/documentation checklist

  • I have locally started the website as described here and checked my changes.

Copy link

Reminder for the PR assignee: If this is a user-visible change, please update the changelog as part of the PR.

@abstractionfactory abstractionfactory marked this pull request as ready for review November 19, 2024 08:44
@abstractionfactory abstractionfactory requested a review from a team as a code owner November 19, 2024 08:44
@abstractionfactory abstractionfactory merged commit e4f685d into main Nov 19, 2024
13 of 14 checks passed
@abstractionfactory abstractionfactory deleted the pin-node-ver branch November 19, 2024 08:45
ollevche added a commit that referenced this pull request Nov 20, 2024
ollevche added a commit that referenced this pull request Nov 20, 2024
ollevche added a commit that referenced this pull request Nov 20, 2024
ollevche added a commit that referenced this pull request Nov 20, 2024
ollevche added a commit that referenced this pull request Nov 22, 2024
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