mirror of
https://github.com/actions/setup-node.git
synced 2025-09-14 00:40:22 +08:00
Create devcontainer.json
This commit is contained in:
7
.devcontainer/devcontainer.json
Normal file
7
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
}
|
||||
} - name: Setup Node.js environment
|
||||
uses: actions/setup-node@v4.0.2
|
||||
|
Reference in New Issue
Block a user