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

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.
This commit is contained in:
Erik Marks
2022-09-16 00:40:18 +02:00
committed by GitHub
parent bd6612273b
commit ee8a27492f

2
.nvmrc
View File

@@ -1 +1 @@
14
16