Akryum / peeky

A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
https://peeky.dev
MIT License
681 stars 17 forks source link

dev: add minimum node engine #13

Closed edimitchel closed 3 years ago

edimitchel commented 3 years ago

I'm working with a old version of node (v12).

Watching the project breaks with optional chaining operator ?. on fs-reactive and server workspaces.

As said https://node.green/#ES2020-features-optional-chaining-operator-----, it's only supported after 14.5.0 Node version.