mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 06:02:25 -05:00
Update Node.js version requirement to v22 or higher (#97)
This commit is contained in:
parent
4fb0cd0bc8
commit
6373323911
2 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ Before you begin, install the following on your development machine:
|
||||||
|
|
||||||
### Required
|
### Required
|
||||||
|
|
||||||
- **[Node.js](https://nodejs.org/)** (v20 or higher) and npm
|
- **[Node.js](https://nodejs.org/)** (v22 or higher) and npm
|
||||||
- Linux/Mac/WSL: Install via [nvm](https://github.com/nvm-sh/nvm)
|
- Linux/Mac/WSL: Install via [nvm](https://github.com/nvm-sh/nvm)
|
||||||
- Windows: Follow [Microsoft's NodeJS guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows)
|
- Windows: Follow [Microsoft's NodeJS guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows)
|
||||||
- **[git](https://git-scm.com/downloads)**
|
- **[git](https://git-scm.com/downloads)**
|
||||||
|
|
@ -228,7 +228,7 @@ Run `npm run lint:fix` to automatically fix most common issues. For remaining er
|
||||||
|
|
||||||
### TypeScript errors
|
### TypeScript errors
|
||||||
|
|
||||||
Make sure you're using Node.js v20 or higher and have run `npm install` to get all type definitions.
|
Make sure you're using Node.js v22 or higher and have run `npm install` to get all type definitions.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@
|
||||||
"n8n-community-node-package"
|
"n8n-community-node-package"
|
||||||
],
|
],
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Elias Meire",
|
"name": "",
|
||||||
"email": "elias@meire.dev"
|
"email": ""
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue