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 7ba2534
Show file tree
Hide file tree
Showing 27 changed files with 18,609 additions and 3,244 deletions.
6 changes: 4 additions & 2 deletions .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 All @@ -24,7 +25,8 @@ jobs:
- image: docker:stable-git
working_directory: ~/code
steps:
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run:
name: Pull and run a docker container
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 7ba2534

Please sign in to comment.