Browse Source

install step-fix

main
hallouma875 6 years ago
parent
commit
274c44214c
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -5,6 +5,8 @@ orbs:
jobs: jobs:
build: build:
docker:
- image: "circleci/node:12"
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save