Chore: Update .nvmrc to match package.json engines definition (#3148)

Engines is defined as ">=14.0.0" in package.json but .nvmrc specifies the node version as 12.
This commit updates .nvmrc to specify node version as 14
pull/3120/head
Sebastián Balay 4 years ago committed by GitHub
parent 32acde500e
commit 785a944ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
12
14

Loading…
Cancel
Save