Update to use Node 14.x (#13136)
* Update to use Node 14.x Prefer to a more widen node version * Undo Containerfile changes
This commit is contained in:
parent
680307ff58
commit
b12c6807fb
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
14.14
|
||||
14
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Where programmers share ideas and help each other grow",
|
||||
"engines": {
|
||||
"yarn": ">=1.21.x",
|
||||
"node": "14.14.x"
|
||||
"node": "14.x"
|
||||
},
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue