about summary refs log tree commit diff
path: root/.devcontainer/Dockerfile
AgeCommit message (Collapse)Author
2023-03-05Updates dev container and adds doc for getting started with GitHub ↵Samruddhi Khandale
Codespaces (#23872)
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
2022-03-13Add DevContainer config (#17764)Yamagishi Kazutoshi
* Add DevContainer config * Add `--path vendor/bundle` to `postCreateCommand`