mirror of
https://github.com/actions/setup-node.git
synced 2026-07-02 03:41:41 +00:00
Compare commits
3 Commits
587a9d09e8
...
aaddd3fc70
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aaddd3fc70 | ||
|
|
26961cf329 | ||
|
|
394f4c8daf |
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
}
|
||||
}
|
||||
@ -21,7 +21,7 @@ See [action.yml](action.yml)
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
# Version Spec of the version to use in SemVer notation.
|
||||
# It also emits such aliases as lts, latest, nightly and canary builds
|
||||
# It also admits such aliases as lts, latest, nightly and canary builds
|
||||
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
|
||||
node-version: ''
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user