Browse Source

fix node install third time

pull/1/merge
Gautier couture 6 years ago
parent
commit
97bbb53ec6
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -5,6 +5,8 @@ orbs:
jobs:
job-name:
docker:
- image: circleci/node:12
steps:
- checkout
- run:

Loading…
Cancel
Save