persona-community-5/.pnpm-store/v3/files/d8/0207411fb21a6b05ecd3e8f53d213d057ab8baac4c6aa4d6e3bfa7fb0a7cf3d5ade9143a9561e49c3c2ec91e8bf9661eee78ffcda4c4391f908d909af067fd
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

13 lines
505 B
Plaintext

# Node.js releases data
All data is located in `data` directory.
`data/processed` contains `envs.json` with node.js releases data preprocessed to be used by [Browserslist](https://github.com/ai/browserslist) and other projects. Each version in this file contains only necessary info: version, release date, LTS flag/name, and security flag.
`data/release-schedule` contains `release-schedule.json` with node.js releases date and end of life date.
## Installation
```bash
npm install node-releases
```