Upgrade Node JS to latest 12.18 LTS (#9764)

This commit is contained in:
rhymes 2020-08-13 15:34:18 +02:00 committed by GitHub
parent ae32687164
commit d8ec6cb6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View file

@ -1 +1 @@
12.16
12.18

View file

@ -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": {