Fix node version in CircleCI

This commit is contained in:
Jawad Seddar 2020-11-12 15:41:52 +01:00
parent 17f20eeabe
commit 45a30a6883
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: