Files

7 lines
168 B
JSON
Raw Permalink Normal View History

2022-10-28 09:45:19 +00:00
{
"name": "Dependency Review Action",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"postCreateCommand": "npm install",
2024-03-21 11:28:18 -07:00
"remoteUser": "node"
2022-10-28 09:45:19 +00:00
}