1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-03-14 22:26:59 +01:00

Create devcontainer.json

This commit is contained in:
Mohammedalduhamshi 2024-11-25 05:35:51 +03:00 committed by GitHub
parent 39370e3970
commit c8de69637a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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