Upgrade node to latest

This commit is contained in:
Deluan 2020-01-23 18:31:52 -05:00
parent 9d144ad740
commit 675a76332c
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 13
- name: npm install dependencies
run: |

2
.nvmrc
View File

@ -1 +1 @@
v12.14.1
v13.7.0

View File

@ -1,6 +1,6 @@
#####################################################
### Build UI bundles
FROM node:12.14-alpine AS jsbuilder
FROM node:13.7-alpine AS jsbuilder
WORKDIR /src
COPY ui/package.json ui/package-lock.json ./
RUN npm ci

View File

@ -46,7 +46,7 @@ To change any configuration, create a file named `sonic.toml` in the project fol
### Development Environment
You will need to install [Go 1.13](https://golang.org/dl/) and [Node 12.14.1](http://nodejs.org)
You will need to install [Go 1.13](https://golang.org/dl/) and [Node 13.7](http://nodejs.org)
Then install dependencies: