mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 03:55:47 +00:00
Create devcontainer.json
This commit is contained in:
parent
25b062c917
commit
ad9bd761cb
1 changed files with 7 additions and 0 deletions
7
.devcontainer/devcontainer.json
Normal file
7
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ - name: Setup Node.js environment
|
||||
uses: actions/setup-node@v4.0.2
|
||||
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue