Skip to content

Commit

Permalink
Build/Test Tools: Specify NodeJS version 14.x in the .nvmrc file.
Browse files Browse the repository at this point in the history
As of 2021-10-26, the LTS version of NodeJS is now `16.x`.

This pins the `14.x` version in the `.nvmrc` file to ensure contributors are able to contribute without issue until compatibility with version `16.x` can be confirmed in both `trunk` and the Gutenberg repository on GitHub.

Fixes #54502.

git-svn-id: https://develop.svn.wordpress.org/trunk@52240 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Nov 24, 2021
1 parent 9e64321 commit e7c8bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
14

0 comments on commit e7c8bf8

Please sign in to comment.