Fix node version in CircleCI (#65)

pull/62/head^2
Jawad Seddar 3 years ago committed by GitHub
parent 17f20eeabe
commit bf9f5ff60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save