Skip to content

Commit

Permalink
v2.1.3 node@15 support, fs-extra dep rm
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Nov 29, 2020
1 parent 9f2a321 commit 9f86734
Show file tree
Hide file tree
Showing 27 changed files with 18,612 additions and 3,243 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
working_directory: /code
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run:
name: Build application Docker image
command: |
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:13.8.0-slim
FROM node:15.3.0-slim

WORKDIR /code/

Expand Down
Loading

0 comments on commit 9f86734

Please sign in to comment.