mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Upgrade node to latest
This commit is contained in:
parent
9d144ad740
commit
675a76332c
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 13
|
||||||
|
|
||||||
- name: npm install dependencies
|
- name: npm install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
v12.14.1
|
v13.7.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#####################################################
|
#####################################################
|
||||||
### Build UI bundles
|
### Build UI bundles
|
||||||
FROM node:12.14-alpine AS jsbuilder
|
FROM node:13.7-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
|
||||||
|
|
|
@ -46,7 +46,7 @@ To change any configuration, create a file named `sonic.toml` in the project fol
|
||||||
|
|
||||||
### Development Environment
|
### Development Environment
|
||||||
|
|
||||||
You will need to install [Go 1.13](https://golang.org/dl/) and [Node 12.14.1](http://nodejs.org)
|
You will need to install [Go 1.13](https://golang.org/dl/) and [Node 13.7](http://nodejs.org)
|
||||||
|
|
||||||
Then install dependencies:
|
Then install dependencies:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue