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
jobs:
build:
install:
docker:
- image: cimg/node:16.10.0
auth:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
steps:
- checkout
- restore_cache:
@ -22,3 +25,7 @@ jobs:
paths:
- node_modules
workflows:
build-workflow:
jobs:
- install
Loading…
Cancel
Save