about summary refs log tree commit diff
path: root/.nvmrc
AgeCommit message (Collapse)Author
2023-04-07Update Node.js to 16.20.0 (#24316)Nick Schonning
2023-02-13Sync Node.js to 16.19 patch release (#23554)Nick Schonning
2022-12-15Align everything to Node.js 16 (#22223)Effy Elden
* Update nvmrc to Node.js 16 * Update package.json minimum Node engine to 16 * Update README requirements to Node.js 16 * Update devcontainer Node.js version to 16 * Update devcontainer Dockerfile Node.js choices to LTS versions that are still in support/maintenance * Pin CircleCI Node image to 16 * Fix YAML type issue * Update CircleCI Node.js to 16.18 to match #22019
2021-08-10NodeJS 14 support - circleci/docker/.nvmrc (#16163)Shlee
* Update config.yml * Update Dockerfile * Update .nvmrc * Update Dockerfile * NodeJS 10 is EOL. * Update package.json * Update README.md * Update Vagrantfile * Update Dockerfile * Update Dockerfile
2020-01-21Upgrade .nvmrc to Node.js 12 (#12906)Kody
2018-07-15Upgrade Node.js to v8.x on nvmrc (#8023)THE BOSS ♨
2017-04-15update Node to 6.x LTS (#1228)Alex Dunn
The 4.x branch [entered maintenance](https://github.com/nodejs/LTS#lts-schedule1) on 1 April.
2016-10-10set up Mocha/Chai/Enzyme for React component unit testingKai Schaper