Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Barry Chen da11e63832
chore(deps): upgrade to node.js 18
Because:
 - we want to use the latest node LTS major version

This commit:
 - upgrades FxA to use node 18, with two workarounds
   - Webpack uses a hash algorithm that's no longer supported by default
     in node 17+, causing build failures; --openssl-legacy-provider is
     used as the workaround
   - dns.lookup in node 17+ by default returns the results in the same
     order as they are from the resolver, which could lead to
     'localhost' resolving to ::1; --dns-result-order=ipv4first is used
     as the workaround
2023-03-20 13:28:10 -05:00
Danny Coates 17e06a38d2
chore(node): upgrade to node 16 (#10799) 2021-10-22 16:10:22 -07:00
Ben Bangert f7a05aa57d
fix: update nvmrc to match needed node version
Because:

* It's useful for scripts that check nvmrc on directory change to see
  when the projects needed node version has changed.

This commit:

* Updates nvmrc to precisely match the needed node that is also checked
  when starting up all the services.
2020-12-01 09:17:48 -08:00
Danny Coates 8fafe2468a
fix(dev): updated .nvmrc to 14 2020-10-30 09:50:38 -07:00
Jody Heavener b3107169e7
chore(node): Update .nvmrc to use Node v12, to match requirement in _scripts/check.sh 2020-02-15 13:13:55 -05:00
Vlad Filippov 746c91d545 Switch .nvmrc to 10 2019-03-18 15:49:18 -04:00
Vlad Filippov 98afff665f feat(node): update nvmrc to node 8 2018-04-23 20:50:00 -04:00
Shane Tomlinson 1f749ebf1a feat(node): upgrade to Node 6 mozilla/fxa-local-dev#90) r=vladikoff 2017-07-14 13:45:45 -04:00
Udara Weerasinghege 2e9956352f feat(config): add nvmrc file for easier nvm use mozilla/fxa-local-dev#88) r=vladikoff 2017-05-29 15:41:11 -04:00