This reverts commit 42f26f29dc.
This commit is contained in:
Andrew Williamson 2023-11-09 22:07:43 +00:00 коммит произвёл GitHub
Родитель 7b136ae4e3
Коммит 8e3948be68
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -278,7 +278,7 @@ references:
docker-images:
# These versions should try to match what we run in production.
# Note that the cimg/python:3.10-node convenience image provides
# nodejs latest lts, which we need to build assets and run the linter.
# nodejs 16.x, which we need to build assets and run the linter.
- &python "cimg/python:3.10-node"
- &redis "redis:6.2"
- &memcached "memcached:1.4"

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

@ -1,2 +1,2 @@
deb https://deb.nodesource.com/node_18.x buster main
deb-src https://deb.nodesource.com/node_18.x buster main
deb https://deb.nodesource.com/node_16.x buster main
deb-src https://deb.nodesource.com/node_16.x buster main

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

@ -3,7 +3,7 @@
"version": "0.0.17",
"private": true,
"engines": {
"node": ">= 18.18"
"node": ">= 16.17"
},
"dependencies": {
"@claviska/jquery-minicolors": "2.3.6",