Skip to content

Commit 992c136

Browse files
committed
Merge branch 'release-fix-publish-script' into release
2 parents 1f7edc5 + ca3e0fb commit 992c136

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)