Skip to content
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

Merged
merged 1 commit into from
Dec 15, 2021
Merged

Upgrade to node 17 #274

merged 1 commit into from
Dec 15, 2021

Conversation

nicarl
Copy link
Collaborator

@nicarl nicarl commented Dec 15, 2021

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

Copy link
Member

@benedikt-richter benedikt-richter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@benedikt-richter benedikt-richter self-assigned this Dec 15, 2021
@nicarl
Copy link
Collaborator Author

nicarl commented Dec 15, 2021

end2end tests get stuck. I think it is related to concurrently not exiting upon success.

Edit: actually the app is not even opening. react scripts start seems to run but nothing moves forward from there.
Edit 2: wait-on seems to misbehave

"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 .\"",
Copy link
Collaborator Author

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 <nicocarl@protonmail.com>
@nicarl nicarl marked this pull request as ready for review December 15, 2021 12:21
@benedikt-richter benedikt-richter mentioned this pull request Dec 15, 2021
@nicarl nicarl merged commit 64209c5 into main Dec 15, 2021
@benedikt-richter benedikt-richter deleted the upgrade_to_node_17 branch December 15, 2021 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants