@ -7,6 +7,11 @@ workflows:
version: 2
jobs:
build:
docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth:
username: xaela37
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout # check out the code in the project directory
- run: yarn install