Skip to content

Commit 6669a83

Browse files
authored
chore(ci): Migrate circleci jobs to cimg/node docker images (mozilla#4237)
1 parent 6d16395 commit 6669a83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ references:
1111
working_directory: ~/addons-linter
1212
docker:
1313
# This is the NodeJS version we run in production.
14-
- image: circleci/node:12
14+
- image: cimg/node:12.22
1515

1616
defaults-next: &defaults-next
1717
<<: *defaults
1818
docker:
1919
# This is the next NodeJS version we will support.
20-
- image: circleci/node:14
20+
- image: cimg/node:14.19
2121

2222
defaults-alternate: &defaults-alternate
2323
<<: *defaults
2424
docker:
2525
# This is an alternate Node version we support or want to support in the
2626
# (far) future. It can either be lower or higher than the current Node
2727
# version we run in production.
28-
- image: circleci/node:16
28+
- image: cimg/node:16.14
2929

3030
restore_build_cache: &restore_build_cache
3131
restore_cache:

0 commit comments

Comments
 (0)