Browse Source

Update config.yml

main
NicolasLepinette 6 years ago
committed by GitHub
parent
commit
5387d90359
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -2,8 +2,6 @@ workflows:
version: 2.1
jobs:
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: yarn global add node-gyp

Loading…
Cancel
Save