Update Node.js to v14.20 (#11781)
* 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:
Родитель
5c8b566527
Коммит
0fb738e47e
|
@ -14,7 +14,7 @@ references:
|
||||||
working_directory: ~/addons-frontend
|
working_directory: ~/addons-frontend
|
||||||
docker:
|
docker:
|
||||||
# This is the NodeJS version we run in production.
|
# This is the NodeJS version we run in production.
|
||||||
- image: cimg/node:14.19
|
- image: cimg/node:14.20
|
||||||
|
|
||||||
defaults-next: &defaults-next
|
defaults-next: &defaults-next
|
||||||
working_directory: ~/addons-frontend
|
working_directory: ~/addons-frontend
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.18"
|
"node": ">=14.20"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run clean && better-npm-run build",
|
"build": "npm run clean && better-npm-run build",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче