1
0
Fork 0

breaking: FreeSewing now uses NodeJS 18 lts/hydrogen

FreeSewing now uses NodeJS 18 -- specifically lts/hydrogen -- for its
development.

There is no specific reason to run 18, things will still work in 16
(lts/gallium) but Vercel who hosts/builds our sites will be dropping
support for Node 16 in about 6 months, so since we're gearing up for
a new major release (v3) this is the best time for us to also move
to Node 18.
This commit is contained in:
joostdecock 2023-07-21 18:35:19 +02:00
parent c9191be727
commit 3f77777c4b
84 changed files with 2844 additions and 2838 deletions

View file

@ -62,7 +62,7 @@
"tag": "next"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8"
"node": "18",
"npm": "9"
}
}