Skip to content

Commit bf9f5ff

Browse files
author
Jawad Seddar
authored
Fix node version in CircleCI (#65)
1 parent 17f20ee commit bf9f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
lint-md:
1717
docker:
18-
- image: circleci/node:9.9.0
18+
- image: circleci/node:12
1919
steps:
2020
- checkout
2121
- run:

0 commit comments

Comments
 (0)