Lax Node version (only matches major version 13)

This commit is contained in:
Deluan 2020-04-17 00:21:42 -04:00
parent b8b09820b1
commit d09a2182e0
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 13.12 node-version: 13
- name: Build UI - name: Build UI
run: | run: |
cd ui cd ui

2
.nvmrc
View file

@ -1 +1 @@
v13.12.0 v13

View file

@ -1,6 +1,6 @@
##################################################### #####################################################
### Build UI bundles ### Build UI bundles
FROM node:13.12-alpine AS jsbuilder FROM node:13-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

View file

@ -110,7 +110,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.12.0](http://nodejs.org). You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13](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)