mirror of
https://github.com/adnaan-worker/adnify.git
synced 2026-08-31 01:38:28 +08:00
c4095e7f4d
- Updated .node-version and .nvmrc to specify Node.js version 24.19.0. - Revised CONTRIBUTING.md, README.md, and other documentation to reflect the new Node.js version requirements. - Adjusted package.json to enforce the new Node.js engine version. - Updated mise.toml to align with the new Node.js version. - Modified issue template to require Node.js version 24.19.0.
6 lines
165 B
TOML
6 lines
165 B
TOML
# Keep in sync with .nvmrc / .node-version / package.json engines / CI.
|
|
# Pinned to Node.js 24.19.0 (Active LTS "Krypton").
|
|
[tools]
|
|
node = "24.19.0"
|
|
pnpm = "9.15.9"
|