1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 10:25:52 +00:00

Create devcontainer.json

This commit is contained in:
Devlynnx 2023-06-14 12:22:37 -07:00 committed by GitHub
parent 8247e6e656
commit c1ff87ff9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}