revert(node): revert CI and Docker images to node 14

Test stability has dropped with the change to node 16. Until we can resolve it we're reverting to 14. Local dev will continue on 16 in order to be able to fix the problems.
This commit is contained in:
Danny Coates 2021-11-01 12:25:41 -07:00
Родитель b868b8ed72
Коммит aa1dc5b026
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C442633C62E00CB
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -7,7 +7,7 @@ executors:
content-server-executor:
resource_class: medium+
docker:
- image: cimg/node:16.12-browsers
- image: cimg/node:14.18-browsers
- image: redis
- image: memcached
- image: pafortin/goaws
@ -97,7 +97,7 @@ jobs:
test-package:
resource_class: medium+
docker:
- image: cimg/node:16.12
- image: cimg/node:14.18
- image: redis
- image: memcached
- image: pafortin/goaws
@ -125,7 +125,7 @@ jobs:
test-many:
resource_class: medium+
docker:
- image: cimg/node:16.12
- image: cimg/node:14.18
- image: circleci/mysql:5.7.27
- image: jdlk7/firestore-emulator
- image: memcached
@ -224,7 +224,7 @@ jobs:
deploy-packages:
resource_class: small
docker:
- image: cimg/node:16.12
- image: cimg/node:14.18
environment:
DOCKER_BUILDKIT: 1
steps:
@ -282,7 +282,7 @@ jobs:
build-and-deploy-storybooks:
resource_class: small
docker:
- image: cimg/node:16.12
- image: cimg/node:14.18
steps:
- base-install:
package: many

Просмотреть файл

@ -1,4 +1,4 @@
FROM node:16-slim
FROM node:14-slim
RUN set -x \
&& addgroup --gid 10001 app \

Просмотреть файл

@ -1,4 +1,4 @@
FROM node:16-slim
FROM node:14-slim
RUN set -x \
&& addgroup --gid 10001 app \