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:
build:
docker:
- image: "circleci/node:12"
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save