-
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 Run Failure #68
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: The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 2/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: The GitHub Actions run failed with the following error logs: Making changes according to plan... (step 2/3) |
✅ Deploy Preview for openim-web ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
![]() Fixing PR: track the progress here.I'm currently fixing this PR to address the following: The GitHub Actions run failed with the following error logs: |
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the GitHub Actions run failure by specifying the Node.js version in the GitHub Actions workflow file. The Node.js version is set to 16.14, which is the minimum required version for the project as specified in the 'package.json' file.
Summary of Changes
Please review the changes and let me know if any modifications are required.