-
Notifications
You must be signed in to change notification settings - Fork 27
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
Upgrade to node 17 #274
Upgrade to node 17 #274
Conversation
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.
👍
end2end tests get stuck. I think it is related to Edit: actually the app is not even opening. |
ab555a8
to
d7ed607
Compare
"typescript": "^4.5.4", | ||
"wait-on": "^6.0.0" | ||
}, | ||
"scripts": { | ||
"start": "run-script-os", | ||
"start:darwin:linux": "concurrently \"yarn build:dev; BROWSER=none ESLINT_NO_DEV_ERRORS=true react-scripts start\" \"wait-on http://localhost:3000 && electron .\"", | ||
"start:win32": "concurrently \"yarn build:dev & cross-env BROWSER=none ESLINT_NO_DEV_ERRORS=true react-scripts start\" \"wait-on http://localhost:3000 && electron .\"", | ||
"start:darwin:linux": "concurrently \"yarn build:dev; BROWSER=none ESLINT_NO_DEV_ERRORS=true react-scripts start\" \"wait-on http://127.0.0.1:3000 && electron .\"", |
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.
wait-on http://localhost:3000
stales because of jeffbski/wait-on#109
Fix: #272 Signed-off-by: Nico Carl <[email protected]>
d7ed607
to
6af2ec8
Compare
Summary of changes
Upgrade to node 17
Context and reason for change
Node 17 is the most current node version
How can the changes be tested
Full CI feedback should be green, tested locally with node 17.2 on linux