Commit graph

2 commits

Author SHA1 Message Date
Krzysztof Żuraw
5bd79d9692
Upgrade node to 18 (#2533)
Co-authored-by: Karolina Rakoczy <karolina.rakoczy@saleor.io>
2022-11-15 15:41:46 +01:00
Lukasz Ostrowski
acd596dd45
Add .nvmrc and .node_version with node 14 LTS (#2277)
These 2 configs are widely used by various Node version managers
These managers can be easily configured to automatically switch Node version
when entering a directory

With this change, its more likely that correct Node and NPM version will be used,
avoiding accidental usage of incompatible versions

Reference for Node managers support can be found here:
https://stackoverflow.com/questions/27425852/what-uses-respects-the-node-version-file
2022-09-05 10:53:57 +02:00