Fix node version in CircleCI (#65)

This commit is contained in:
Jawad Seddar 2020-11-12 15:43:30 +01:00 committed by GitHub
parent 17f20eeabe
commit bf9f5ff60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
lint-md: lint-md:
docker: docker:
- image: circleci/node:9.9.0 - image: circleci/node:12
steps: steps:
- checkout - checkout
- run: - run: