mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 10:47:19 +03:00
Upgrade Node to v14
This commit is contained in:
parent
9028d301f0
commit
50f3a2c11d
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 13
|
node-version: 14
|
||||||
|
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
id: cache-npm
|
id: cache-npm
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#####################################################
|
#####################################################
|
||||||
### Build UI bundles
|
### Build UI bundles
|
||||||
FROM node:13-alpine AS jsbuilder
|
FROM node:14-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user