-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
[bug] CI has error: The engine "node" is incompatible with this module. Expected version ">=20.8.1". Got "18.20.4" #25
Comments
@ali-shokoohi can you fix this issue? |
@ali-shokoohi still error: https://github.com/casbin/casbin-go-client/actions/runs/11191893534/job/31115381958 Can you take a look? You can fork this repo and test the semantic-release on your side to see if your fix actually works before making PR |
You're right @hsluoyz . |
* Fix: #25 Added a new step to setup the Node version to "20.8.1". Changes: - Added setup Node version step in ".github/workflows/ci.yml" file to use Node version "20.8.1" * Specified Ubuntu vesrion to prevent same version conflicts in the future Changes: - Specified Ubuntu version in "runs-on" steps * Update ci.yml * Replaced docker action with "docker/setup-buildx-action@v3" action instead of "docker-practice/actions-setup-docker@master" because that wasn't compatible with newest Ubuntu version: 24.04 * Fix: #25 Removed updating PATH because it make us to use old version of Node and getting error --------- Co-authored-by: Yang Luo <hsluoyz@qq.com>
🎉 This issue has been resolved in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
See: https://github.com/casbin/casbin-go-client/actions/runs/11189110788/job/31109024568
The text was updated successfully, but these errors were encountered: