Upgrade Node JS to latest 12.18 LTS (#9764)
This commit is contained in:
parent
ae32687164
commit
d8ec6cb6ef
2 changed files with 2 additions and 2 deletions
2
.nvmrc
2
.nvmrc
|
|
@ -1 +1 @@
|
|||
12.16
|
||||
12.18
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Where programmers share ideas and help each other grow",
|
||||
"engines": {
|
||||
"yarn": ">=1.21.x",
|
||||
"node": "12.16.x"
|
||||
"node": "12.18.x"
|
||||
},
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue