mirror of
https://github.com/actions/setup-node.git
synced 2026-06-14 14:13:52 +08:00
Compare commits
2 Commits
v6.4.0
...
66d812b897
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66d812b897 | ||
|
|
ad9bd761cb |
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": {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user