upload-artifact/.devcontainer/devcontainer.json

7 lines
282 B
JSON
Raw Normal View History

2023-01-04 19:20:09 +00:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "@actions/upload-artifact",
2023-01-04 20:44:09 +00:00
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
2023-01-04 19:20:09 +00:00
}