mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 01:41:02 +00:00
Bump minimum nodejs to v20 (#4417)
This commit is contained in:
parent
9b3cb06b36
commit
09ad4182dd
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ Install make on:
|
||||||
|
|
||||||
### Install Node.js & `pnpm`
|
### Install Node.js & `pnpm`
|
||||||
|
|
||||||
Install [Node.js (>=14)](https://nodejs.org/en/download/) if you want to build Woodpecker's UI or documentation.
|
Install [Node.js (>=20)](https://nodejs.org/en/download/package-manager) if you want to build Woodpecker's UI or documentation.
|
||||||
|
|
||||||
For dependency installation (`node_modules`) of UI and documentation of Woodpecker the package manager pnpm is used.
|
For dependency installation (`node_modules`) of UI and documentation of Woodpecker the package manager pnpm is used.
|
||||||
[This guide](https://pnpm.io/installation) describes the installation of `pnpm`.
|
[This guide](https://pnpm.io/installation) describes the installation of `pnpm`.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
|
|
Loading…
Reference in a new issue