Skip to content

Commit

Permalink
Update JS dependencies, min Node.js version 10.13 (go-gitea#11246)
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
silverwind authored and Yohann Delafollye committed Jul 31, 2020
1 parent ba1c0e5 commit 9525c80
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COMMA := ,

XGO_VERSION := go-1.14.x
MIN_GO_VERSION := 001012000
MIN_NODE_VERSION := 010000000
MIN_NODE_VERSION := 010013000

ifeq ($(HAS_GO), GO)
GOPATH ?= $(shell $(GO) env GOPATH)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ params:
version: 1.11.4
minGoVersion: 1.12
goVersion: 1.14
minNodeVersion: 10
minNodeVersion: 10.13

outputs:
home:
Expand Down
Loading

0 comments on commit 9525c80

Please sign in to comment.