Skip to content

Commit bf87876

Browse files
committed
Try using alias for docker image version
The docs show that the 20.20.1 tag has an alias of 20.20. Not sure why it wasn't able to pull the image using 20.20.1, but going to try the alias instead. https://circleci.com/developer/images/image/cimg/node
1 parent f182fe7 commit bf87876

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
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
node-maintenance:
55
docker:
6-
- image: cimg/node:20.20.1
6+
- image: cimg/node:20.20
77
environment:
88
- MB_SLOW_TEST_TIMEOUT: 10000
99
node-active:

0 commit comments

Comments
 (0)