mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 02:37:18 +03:00
chore: upgrade to NodeJS 13.10
This commit is contained in:
parent
77b12eafde
commit
0b131e91c1
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 13
|
node-version: 13.10
|
||||||
- name: Build UI
|
- name: Build UI
|
||||||
run: |
|
run: |
|
||||||
cd ui
|
cd ui
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#####################################################
|
#####################################################
|
||||||
### Build UI bundles
|
### Build UI bundles
|
||||||
FROM node:13.8-alpine AS jsbuilder
|
FROM node:13.10-alpine AS jsbuilder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ui/package.json ui/package-lock.json ./
|
COPY ui/package.json ui/package-lock.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
GO_VERSION=1.14
|
GO_VERSION=1.14
|
||||||
NODE_VERSION=v13.9.0
|
NODE_VERSION=v13.10.1
|
||||||
|
|
||||||
GIT_SHA=$(shell git rev-parse --short HEAD)
|
GIT_SHA=$(shell git rev-parse --short HEAD)
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ To get the cutting-edge, latest version from master, use the image `deluan/navid
|
|||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
|
|
||||||
You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13.9.0](http://nodejs.org).
|
You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13.10.1](http://nodejs.org).
|
||||||
You'll also need [ffmpeg](https://ffmpeg.org) installed in your system. The setup is very strict, and
|
You'll also need [ffmpeg](https://ffmpeg.org) installed in your system. The setup is very strict, and
|
||||||
the steps bellow only work with these specific versions (enforced in the Makefile)
|
the steps bellow only work with these specific versions (enforced in the Makefile)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user