Browse Source

Updated config.yml

pull/1/head
Anthony Quéré 5 years ago
parent
commit
874937725a
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -1,12 +1,15 @@
version: 2.1 version: 2.1
jobs: jobs:
build:
install:
docker: docker:
- image: cimg/node:16.10.0 - image: cimg/node:16.10.0
auth: auth:
username: anthonyjhoiro username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD password: $DOCKERHUB_PASSWORD
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -22,3 +25,7 @@ jobs:
paths: paths:
- node_modules - node_modules
workflows:
build-workflow:
jobs:
- install
Loading…
Cancel
Save