Skip to content

Commit

Permalink
Bump minimum nodejs to v20 (#4417)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Nov 19, 2024
1 parent 9b3cb06 commit 09ad418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/92-development/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Install make on:

### 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.
[This guide](https://pnpm.io/installation) describes the installation of `pnpm`.
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">=14"
"node": ">=20"
},
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 09ad418

Please sign in to comment.