Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.44k stars 361 forks source link

feat: bump node to 22 #748

Open PatrykKuniczak opened 2 months ago

PatrykKuniczak commented 2 months ago

* Please fill in the required items.

Priority*

Purpose of the PR*

I've bump it, because we're planning to implement native WebSockets and i need to bump to at least to 20 for #711 works

Changes*

I've bumped it to latest and enforce users to have that version for use project.

How to check the feature

Nothing changed, let's try to use pnpm build or sth to check

govza commented 1 month ago

It's entering LTS this October so should be fine.

But I'd keep most conservative one, like 20 LTS, just in case developer uses packages requiring older node.