* Update Node.js to v14.20

* Also update node in package.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bob Silverberg <bob.silverberg@gmail.com>
This commit is contained in:
renovate[bot] 2022-07-28 10:49:05 -04:00 коммит произвёл GitHub
Родитель 5c8b566527
Коммит 0fb738e47e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,7 +14,7 @@ references:
working_directory: ~/addons-frontend
docker:
# This is the NodeJS version we run in production.
- image: cimg/node:14.19
- image: cimg/node:14.20
defaults-next: &defaults-next
working_directory: ~/addons-frontend

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

@ -5,7 +5,7 @@
"main": "index.js",
"private": true,
"engines": {
"node": ">=14.18"
"node": ">=14.20"
},
"scripts": {
"build": "npm run clean && better-npm-run build",