Skip to content

Commit 606d9d6

Browse files
authored
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
1 parent 1853131 commit 606d9d6

File tree

5 files changed

+112
-97
lines changed

5 files changed

+112
-97
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COMMA := ,
2828

2929
XGO_VERSION := go-1.14.x
3030
MIN_GO_VERSION := 001012000
31-
MIN_NODE_VERSION := 010000000
31+
MIN_NODE_VERSION := 010013000
3232

3333
ifeq ($(HAS_GO), GO)
3434
GOPATH ?= $(shell $(GO) env GOPATH)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ or if sqlite support is required:
4040
The `build` target is split into two sub-targets:
4141

4242
- `make backend` which requires [Go 1.12](https://golang.org/dl/) or greater.
43-
- `make frontend` which requires [Node.js 10](https://nodejs.org/en/download/) or greater.
43+
- `make frontend` which requires [Node.js 10.13](https://nodejs.org/en/download/) or greater.
4444

4545
If pre-built frontend files are present it is possible to only build the backend:
4646

docs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ params:
2121
version: 1.11.4
2222
minGoVersion: 1.12
2323
goVersion: 1.14
24-
minNodeVersion: 10
24+
minNodeVersion: 10.13
2525

2626
outputs:
2727
home:

0 commit comments

Comments
 (0)