From fc650cd1278a38130632b6ea985427b5afd7be29 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 27 Mar 2020 19:23:52 -0400 Subject: [PATCH] chore: upgrade to Node 13.11 --- .github/workflows/release.yml | 2 +- .nvmrc | 2 +- Dockerfile | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de15ac75..3dac08f24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 13.10 + node-version: 13.11 - name: Build UI run: | cd ui diff --git a/.nvmrc b/.nvmrc index a983b8e11..a502c1be4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v13.10.1 +v13.11.0 diff --git a/Dockerfile b/Dockerfile index 0f6a1bedc..014cb58c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ##################################################### ### Build UI bundles -FROM node:13.10-alpine AS jsbuilder +FROM node:13.11-alpine AS jsbuilder WORKDIR /src COPY ui/package.json ui/package-lock.json ./ RUN npm ci diff --git a/README.md b/README.md index b7c5aa380..e5aa4e144 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To get the cutting-edge, latest version from master, use the image `deluan/navid ### Build from source -You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13.10.1](http://nodejs.org). +You will need to install [Go 1.14](https://golang.org/dl/) and [Node 13.11.0](http://nodejs.org). 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)