Add codespace defaults

This commit is contained in:
cnagadya
2022-10-28 09:45:19 +00:00
parent 43c5083e6c
commit 516e8497ac

View File

@@ -0,0 +1,9 @@
{
"name": "Dependency Review Action",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"postCreateCommand": "npm install",
"remoteUser": "node",
"features": {
"ghcr.io/devcontainers/features/ruby:1": {}
}
}