-
Notifications
You must be signed in to change notification settings - Fork 147
chore: upgrde lerna and remove saucelabs from scripts #1645
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
base: main
Are you sure you want to change the base?
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
ARG NODEJS_VERSION | ||
|
||
# Install node | ||
RUN apt-get update && apt-get install -y ca-certificates curl gnupg && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note for reviewer: just formatting
steps: | ||
- uses: actions/checkout@v5 | ||
|
||
# Temporary fix for "ValueError: invalid mode: 'rU' while trying to load binding.gyp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note for reviewer: fix was for saucelabs tests which is gone
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v5 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note for reviewer: fix was for saucelabs tests which is gone
No description provided.