Commit Graph

9 Commits (82a6cf401244e0cc51bb5fa2aa20e58b9996a640)

Author SHA1 Message Date
Yamagishi Kazutoshi 77779ddebc
Fix devcontainer.json format (#23715) 2 years ago
kyori19 b3ab0014e6
Install SSH server into devcontainer image (#22679) 2 years ago
Matt Williams 7a3c6bb888
Dont use reserved foldername (#20582)
Co-authored-by: Effy Elden <effy@effy.space>
2 years ago
Effy Elden 1e49be3328
Align everything to Node.js 16 (#22223)
* 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
2 years ago
Avdi Grimm 8a56587d62
Improve devcontainer for running tests (#22277)
* Improve devcontainer for running tests

- Pull devcontainer post-create out into its own script
- Add asset precompilation
- Add test-mode asset precompilation (needed to run tests without error)

* Document Gemfile.lock re-checkout in devcontainer
2 years ago
Yamagishi Kazutoshi d86dd067ce
Fix auto detect language for translate service (#19244) 2 years ago
Yamagishi Kazutoshi dfb9e6dab1
Disable transpile to older iOS versions (#18462) 3 years ago
Yamagishi Kazutoshi 584d8b977b
Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier

* Add prettier to devDep
3 years ago
Yamagishi Kazutoshi 74f406cfc9
Add DevContainer config (#17764)
* Add DevContainer config

* Add `--path vendor/bundle` to `postCreateCommand`
3 years ago