Browse Source

step 3 modif docker

main
guidezSeb 6 years ago
parent
commit
b772e822ef
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -5,9 +5,8 @@ orbs:
jobs: jobs:
build: # name of your job build: # name of your job
executor:
name: win/default # executor type
size: "medium" # resource class, can be "medium", "large", "xlarge", "2xlarge", defaults to "medium" if not specified
docker:
- image: cimg/node:14.10.1
steps: steps:
# Commands are run in a Windows virtual machine environment # Commands are run in a Windows virtual machine environment
@ -22,4 +21,4 @@ jobs:
- save_cache: - save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths: paths:
- ~/.cache/yarn
- ~/.node_modules
Loading…
Cancel
Save