Skip to content

Commit

Permalink
introduced 'node' engine minimal requirement in root package.json sta…
Browse files Browse the repository at this point in the history
…ting that building Langium and running tests requires Node.js v18;

* minimally required version of Node.js for Langium at runtime is still v16, as stated in 'packages/langium/package.json'
* bumped version of vitest to "~1.0.0",
* added version override on '@types/node' to cope with vitest's (transitive) peer dependency on '@types/node@"^18.0.0 || >=20.0.0"'
* updated '@types/node' version pinned in 'package-lock.json' to the latest release (16.18.68)
* renamed 'vite.config.ts' to 'vite.config.mts' as Vite/Vitest is going to drop the CJS support for it's configuration API
  • Loading branch information
sailingKieler committed Dec 19, 2023
1 parent 79e4301 commit c6f3b5c
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 979 deletions.
Loading

0 comments on commit c6f3b5c

Please sign in to comment.