Skip to content

Commit

Permalink
chore: upgrade to Node 13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 27, 2020
1 parent b03519b commit fc650cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v13.10.1
v13.11.0
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)

Expand Down

0 comments on commit fc650cd

Please sign in to comment.