Create devcontainer.json
- name: Setup Node.js environment uses: actions/setup-node@v4.1.0 Node.jspull/1204/head
parent
8f9cc178b6
commit
24b2e2deab
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||||
|
"features": {
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue