1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-03 23:55:51 +00:00

Create devcontainer.json

- name: Setup Node.js environment
  uses: actions/setup-node@v4.1.0
Node.js
This commit is contained in:
23bffd855647cc-2 2025-01-21 00:30:52 +01:00 committed by GitHub
parent 8f9cc178b6
commit 24b2e2deab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}