Files
dependency-review-action/.devcontainer/devcontainer.json
2024-03-21 11:28:18 -07:00

7 lines
168 B
JSON

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