Skip to content

Commit ca3e0fb

Browse files
committed
Change CI images for publish and docs-deploy to include python
1 parent a485ff4 commit ca3e0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
# via https://circleci.com/blog/deploying-documentation-to-github-pages-with-continuous-integration/
208208
docs-deploy:
209209
docker:
210-
- image: cimg/node:16.1.0
210+
- image: cimg/python:3.9.4-node
211211
steps:
212212
- checkout
213213
- run:
@@ -234,7 +234,7 @@ jobs:
234234
235235
publish:
236236
docker:
237-
- image: cimg/node:16.1.0
237+
- image: cimg/python:3.9.4-node
238238
steps:
239239
- checkout
240240
- run:

0 commit comments

Comments
 (0)