NicolasLepinette
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
.circleci/config.yml
|
|
@ -2,8 +2,6 @@ workflows: |
|
|
version: 2.1 |
|
|
version: 2.1 |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
|
|
|
- image: cimg/node:14.10.1 |
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- run: yarn global add node-gyp |
|
|
- run: yarn global add node-gyp |
|
|
|