Skip to content

Commit

Permalink
node image updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmzb committed Jul 5, 2020
1 parent d8dc977 commit 7f6d58c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ version: 2

defaults: &defaults
docker:
- image: circleci/node:10.16
- image: circleci/node:10.21
working_directory: ~/project

dependencies:
pre:
- rm -rf ~/.yarn
- npm install -g yarn
- yarn -v
override:
- yarn
cache_directories:
- ~/.cache/yarn
# dependencies:
# pre:
# - rm -rf ~/.yarn
# - npm install -g yarn
# - yarn -v
# override:
# - yarn
# cache_directories:
# - ~/.cache/yarn

jobs:
install-dependencies:
Expand Down

0 comments on commit 7f6d58c

Please sign in to comment.