Create devcontainer.json

pull/963/head
william 2024-02-15 07:10:59 -06:00 committed by GitHub
parent 25b062c917
commit 8c4712b4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View 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