mirror of
https://github.com/actions/setup-node
synced 2025-01-07 04:12:40 +00:00
7 lines
190 B
JSON
7 lines
190 B
JSON
{ - name: Setup Node.js environment
|
|
uses: actions/setup-node@v4.0.2
|
|
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
}
|
|
}
|