Skip to content

Commit

Permalink
🔧 Upgrade to node:14
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 11, 2021
1 parent 0bb3b75 commit 29c807c
Show file tree
Hide file tree
Showing 6 changed files with 2,191 additions and 4,219 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
test:
working_directory: ~/likecoin-api-public
docker:
- image: node:10
- image: node:14
steps:
- checkout
# - restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:14
WORKDIR /app
COPY package.json package-lock.json /app/
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:14
WORKDIR /app
COPY package.json package-lock.json /app/
RUN npm install
Expand Down
Loading

0 comments on commit 29c807c

Please sign in to comment.