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:
Mac Siri 2021-03-29 11:27:20 -04:00 committed by GitHub
parent 680307ff58
commit b12c6807fb
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 @@
14.14
14

View file

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