-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix GitHub Actions by specifying Node.js version #83
Conversation
Rollback Files For Sweep
|
Sandbox Executions |
Sandbox Executions |
![]() Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 3/3) |
❌ Could not find files to change Please join our Discord to report this issue. |
![]() Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 3/3) |
![]() Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 3/3) |
![]() Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 3/3) |
✅ Deploy Preview for openim-web ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the failing GitHub Actions by specifying the correct Node.js version in the workflow file. The issue was caused by a syntax error during the Docusaurus build process, which was due to the GitHub Actions environment using a Node.js version that does not support the nullish coalescing operator '??='.
Summary of Changes