Skip to content

Commit

Permalink
#1175: Upgrade to Node 12.16.0 LTS (#29)
Browse files Browse the repository at this point in the history
* Update CircleCI and docker scripts to use Node 12.16.0 LTS version

* Fix ava configuration for tests

* Refresh dependencies for Node 12

* Update ava config

Co-authored-by: Sam <[email protected]>
  • Loading branch information
oderayi and Sam authored Feb 21, 2020
1 parent aef9954 commit 615758a
Show file tree
Hide file tree
Showing 6 changed files with 2,145 additions and 3,074 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ executors:
default-docker:
working_directory: /home/circleci/project/git
docker:
- image: node:10.15.3-alpine
- image: node:12.16.0-alpine

default-machine:
working_directory: /home/circleci/project/git
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:10.15.3-alpine as intermediate
FROM node:12.16.0-alpine as intermediate

WORKDIR /src/
COPY ./src/ /src/
RUN npm install --production

FROM node:10.15.3-alpine
FROM node:12.16.0-alpine

WORKDIR /src/

Expand Down
2 changes: 1 addition & 1 deletion src/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.15.3
v12.16.0
Loading

0 comments on commit 615758a

Please sign in to comment.