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:
parent
bd6612273b
commit
ee8a27492f
1 changed files with 1 additions and 1 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
14
|
||||
16
|
||||
|
|
Loading…
Reference in a new issue