aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-04-30 12:37:01 +0200
committerGitHub <noreply@github.com>2020-04-30 11:37:01 +0100
commit606d9d63f643867e17b9d4e4c7e3134f968dab04 (patch)
treedafa60c8149b898a81c18d1b0cc57d6a4ea7cb26 /README.md
parent1853131d42dd69ddb062946373fb4d2230992ab1 (diff)
downloadgitea-606d9d63f643867e17b9d4e4c7e3134f968dab04.tar.gz
gitea-606d9d63f643867e17b9d4e4c7e3134f968dab04.zip
Update JS dependencies, min Node.js version 10.13 (#11246)
`less-loader` now dictates a minimum Node.js version of 10.13.0, released 2018-10-30 so I've updated this requirement to match. https://github.com/webpack-contrib/less-loader/releases/tag/v6.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 204acb2b20..f5aeaf3ca8 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ or if sqlite support is required:
The `build` target is split into two sub-targets:
- `make backend` which requires [Go 1.12](https://golang.org/dl/) or greater.
-- `make frontend` which requires [Node.js 10](https://nodejs.org/en/download/) or greater.
+- `make frontend` which requires [Node.js 10.13](https://nodejs.org/en/download/) or greater.
If pre-built frontend files are present it is possible to only build the backend: