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/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 12 node-version: 13
- name: npm install dependencies - name: npm install dependencies
run: | run: |

2
.nvmrc
View file

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

View file

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

@ -46,7 +46,7 @@ To change any configuration, create a file named `sonic.toml` in the project fol
### Development Environment ### 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: Then install dependencies: