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: jobs:
job-name: job-name:
docker:
- image: circleci/node:12
steps: steps:
- checkout - checkout
- run: - run:

Loading…
Cancel
Save