Skip to content

Commit ba2db7d

Browse files
committed
Update CI image from circleci/node:10 to cimg/node:20
I noticed a warning saying that we are using a legacy docker image. It linked to this documentation: https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034 I figured we might as well also update to the latest node LTS version, which is currently node v20.
1 parent f4c7060 commit ba2db7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:10
5+
# https://circleci.com/developer/images/image/cimg/node
6+
- image: cimg/node:20
67
working_directory: ~/repo
78
steps:
89
- checkout

0 commit comments

Comments
 (0)