aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
319 stars 47 forks source link

[Bug] Node versions are not aligned across Docker and runtime #307

Closed kmcginnes closed 5 months ago

kmcginnes commented 6 months ago

Community Note

Describe the bug

The Node version the project uses is inconsistent. Also, Node v16 is no longer supported.

Node.js Previous Releases

Node.js graph of release timelines

# Dockerfile
Node: v16.20.2

# GitHub checks workflow
Node: v18.16.0

# nvmrc
Node: v16

Expected behavior

All Node versions should be consistent.

Tasks

kmcginnes commented 6 months ago

Related to #303, #305, #306

kmcginnes commented 5 months ago

Also, GitHub Actions is unhappy about our Node version choices:

Screenshot 2024-04-24 at 3 42 40 PM