Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit cec2412

Browse files
committed
ci(project): pin to Python 3.6.8
3.6.9 image contains Node 12 which is incompatible with JSDoc
1 parent 73d77ca commit cec2412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
docs:
4545
<<: *defaults
4646
docker:
47-
- image: circleci/python:3.6-node-browsers
47+
- image: circleci/python:3.6.8-node-browsers
4848
steps:
4949
- checkout
5050
- <<: *install

0 commit comments

Comments
 (0)