7 lines
168 B
JSON
7 lines
168 B
JSON
{
|
|
"name": "Dependency Review Action",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
|
|
"postCreateCommand": "npm install",
|
|
"remoteUser": "node"
|
|
}
|