mirror of
https://github.com/actions/setup-node.git
synced 2024-11-13 07:01:07 +07:00
Create devcontainer.json
This commit is contained in:
parent
25b062c917
commit
8c4712b4c0
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user