11 Commits

Author SHA1 Message Date
Joey Perrott
ee615e0744 build: upgrade to node 14 ()
Upgrade local development environment for the angular repo to use node 14
dropping node 10 from supported for development within the angular repo.

PR Close 
2021-04-14 09:40:17 -07:00
Joey Perrott
8fbb48cc2e build: migrate to node@12.14.1 ()
PR Close 
2020-01-27 09:31:22 -08:00
Joey Perrott
a20979d5f6 build: update .nvmrc to correct node version ()
PR Close 
2019-11-06 21:23:07 +00:00
Pete Bacon Darwin
56283ed594 build: update .nvmrc file to correct node version ()
The version was updated in 34ec9244a6
but this file got missed.
PR Close 
2018-09-18 13:11:58 -07:00
Igor Minar
b3eb1db6dd build: update node version number in .nvmrc ()
PR Close 
2017-12-12 11:56:18 -08:00
Ward Bell
31d42d87c6 ci: bump node version to 6.9.5 and npm to 3.10.7
this is required by @angular/cli
2017-02-02 23:28:00 -08:00
Victor Berchet
1225ecfb14 chore(node): allow current node version
node current is 6.6.0
see https://github.com/nodejs/LTS#lts_schedule
2016-09-19 16:24:31 -07:00
Igor Minar
caafb41eb5 build(node): upgrade to node 5.4.1 2016-01-22 03:25:34 +00:00
Igor Minar
fbe748f273 build(node): update node from 4.1.1 to 4.2.1
This is just a maintenance upgrade to keep us close to the latest release.

No known bugs are being fixed by this upgrade.

I also removed the npm override in .travis.yaml since node 4 ships with a recent version of npm
and usually this version is preferred (it might contain custom patches).

Closes 
2015-10-27 14:15:54 +00:00
Pablo Villoslada Puigcerber
9f8043e51e chore(build): update node version in .nvmrc file
The node version was updated in DEVELOPER.md due to ,
but nvm still uses v0.12 if not specified otherwise.
Update .nvmrc file to v4.2, which is the last node version.

Closes 
2015-10-27 04:30:32 +00:00
Alex Eagle
a9008eecba chore(build): record the version of node we expect.
The .nvmrc file is used by nvm if you don't specify a version. This lets us type Found '/Users/alexeagle/Projects/angular/.nvmrc' with version <0.12>
Now using node v0.12.2. It doesn't check that you are using the node version from the file, however, so this won't prevent version skew.

See https://github.com/creationix/nvm#usage

closes 
2015-06-29 16:30:55 -07:00