[wp-trac] [WordPress Trac] #51603: Define specific versions of Node in the .nvmrc file for the 5.0-5.3 branches
WordPress Trac
noreply at wordpress.org
Thu Oct 22 17:32:46 UTC 2020
#51603: Define specific versions of Node in the .nvmrc file for the 5.0-5.3
branches
------------------------------+-----------------------
Reporter: desrosj | Owner: desrosj
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 5.6
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+-----------------------
Comment (by desrosj):
In [changeset:"49279" 49279]:
{{{
#!CommitTicketReference repository="" revision="49279"
Build/Test Tools: Explicitly specify a version number in the `.nvmrc` file
for the 5.3 branch.
This ensures the ability to run NodeJS related tasks when using `nvm
install` or `nvm use` will continue to be usable as new versions of NodeJS
are moved into LTS.
The alias `lts/*` currently resolves to NodeJS 12.x (which is the highest
version of NodeJS supported in the 5.3 branch). However, `lts/*` will
point to newer versions in the near future.
This also removes the explicit version when running `nvm install` during
automated testing. The command will now fall back to the version in the
`.nvmrc` file.
See #51603.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51603#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list