1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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
This commit is contained in:
silverwind
2020-04-30 12:37:01 +02:00
committed by GitHub
parent 1853131d42
commit 606d9d63f6
5 changed files with 112 additions and 97 deletions

View File

@@ -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)