Remove other node versions? #383
mattbell87
started this conversation in
Polls
Replies: 1 comment
-
Based on this - https://endoflife.date/nodejs So 20 + 22 for example. Then, when 24 comes out, we drop 20 and move any remaining systems to 22 and leave room for troubleshooting any issues on 24 as they arise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we have a matrix that tests against other node versions. We use node for two reasons:
In other words we do not use node in production, and node isnt required to run Cosine. Its only used for compiling and testing.
Since we have a dockerfile that compiles the theme, as well as a container for live development, and a CodePipeline that also compiles it, do we need this matrix and do we need to support other node versions at all? Or can we support 1 node version and cut down build minutes?
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions