1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-10 19:05:52 +00:00
setup-node/.devcontainer/devcontainer.json
23bffd855647cc-2 24b2e2deab
Create devcontainer.json
- name: Setup Node.js environment
  uses: actions/setup-node@v4.1.0
Node.js
2025-01-21 00:30:52 +01:00

5 lines
82 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}