Browse Source

fix node install

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

2
.circleci/config.yml

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

Loading…
Cancel
Save