build: update .nvmrc Node.js version from 14 to 16 (#35700)

Update `.nvmrc` Node.js version from 14 to 16

The `DEPS` file states that Electron is on Node.js ^16.x. I am guessing that the PR bumping to Node.js 16 overlooked the `.nvmrc` file, which is updated in this PR. If leaving the `.nvmrc` file on 14 was intentional, please disregard this PR.

Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
This commit is contained in:
trop[bot]
2022-09-19 10:27:52 -04:00
committed by GitHub
parent 8b6b882487
commit 64b5d7be2e

2
.nvmrc
View File

@@ -1 +1 @@
14
16