Switch to Node.js 18.x (#21557)
This commit is contained in:
Родитель
78c4003dd0
Коммит
1fc7e71b11
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче