@ -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:
- install