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

Commit 540411d

Browse files
Upgrade image only used for publishing (#7371)
1 parent caf96a6 commit 540411d

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
@@ -168,14 +168,14 @@ jobs:
168168
- notify_slack
169169
publish_cloudflare_staging:
170170
docker:
171-
- image: circleci/node:16.13.1-stretch
171+
- image: cimg/node:20.2.0
172172
steps:
173173
- attach_workspace:
174174
at: dist
175175
- publish_to_pages_staging
176176
publish_cloudflare_production:
177177
docker:
178-
- image: circleci/node:16.13.1-stretch
178+
- image: cimg/node:20.2.0
179179
steps:
180180
- attach_workspace:
181181
at: dist

0 commit comments

Comments
 (0)