This commit is contained in:
Mathieu Pillard 2023-11-06 16:48:52 +01:00 коммит произвёл GitHub
Родитель 1aa521d428
Коммит 42f26f29dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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 16.x, which we need to build assets and run the linter.
# nodejs latest lts, 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_16.x buster main
deb-src https://deb.nodesource.com/node_16.x buster main
deb https://deb.nodesource.com/node_18.x buster main
deb-src https://deb.nodesource.com/node_18.x buster main

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

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