mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Upgrade Node to v14
This commit is contained in:
parent
9028d301f0
commit
50f3a2c11d
3 changed files with 3 additions and 3 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 13
|
||||
node-version: 14
|
||||
|
||||
- uses: actions/cache@v1
|
||||
id: cache-npm
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
v13
|
||||
v14
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#####################################################
|
||||
### Build UI bundles
|
||||
FROM node:13-alpine AS jsbuilder
|
||||
FROM node:14-alpine AS jsbuilder
|
||||
WORKDIR /src
|
||||
COPY ui/package.json ui/package-lock.json ./
|
||||
RUN npm ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue