Conversation
Fixes #7078
snesm
left a comment
There was a problem hiding this comment.
Please update frontend-react/README.md as well.
Thanks for the reminder. Knew my 16.19.2 replace-all missed something! |
| uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c | ||
| with: | ||
| node-version: "16.19.1" | ||
| node-version: "18.14.2" |
There was a problem hiding this comment.
I wonder if we can just use node-version-file so we can just maintain the version in .nvmrc instead of having to keep this updated as well.
There was a problem hiding this comment.
If devops approves, I feel this would be the right way to go.
There was a problem hiding this comment.
Also, according to the docs (see: https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#node-version-file) it can read the engines.node property in package.json so the .nvmrc file may not be needed.
There was a problem hiding this comment.
Oh, fantastic! Anything automatic like this would be the way to go in my opinion 🙏
|
Blech, I'm still running into the proxy issue wherein all requests to localhost:7071 are refused. BUT it works if I update @etanb @penny-lischer Out of curiosity, do you run into this issue with the new version of Node? |
frontend-react/src/components/MessageTracker/MessageReceivers.tsx
Outdated
Show resolved
Hide resolved
…rime-reportstream into experience/7078/node-18 merge
stephenkao
left a comment
There was a problem hiding this comment.
Looking good to me! Any reason this can't be taken out of draft?
Change is required for the current action to succeed
@jpandersen87 I'm still running into the proxy error even with the latest minor version bump. What are your thoughts about updating that to be an explicit |
Explicit ip address commit pushed |
|
Kudos, SonarCloud Quality Gate passed! |
* Update to Node 18 Fixes #7078
* 8395 [Manage Public Key] Add new route, and basic page * 8395 [Manage Public Key] Add new route, and basic page * 8098 generate condition filtered FHIR bundle (#8600) * Added ability to remove filtered conditions from a bundle --------- Co-authored-by: Jessica Willis <jessicawillis@navapbc.com> * Update to Node 18.15 (#8631) * Update to Node 18 Fixes #7078 * 8395 [Manage Public Key] - Changed <div> to <GridContainer>. - Removed extra <div> * 8395 [Manage Public Key] - Fix lint error --------- Co-authored-by: victor-chaparro <117938212+victor-chaparro@users.noreply.github.com> Co-authored-by: Jessica Willis <jessicawillis@navapbc.com> Co-authored-by: Joseph Andersen <josephandersen@navapbc.com> Co-authored-by: Stephen Nesman <94193373+snesm@users.noreply.github.com>
* Update to Node 18 Fixes #7078








Fixes #7078
This PR updates the required node version to 18.15.