We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36e6f0 commit 93bd217Copy full SHA for 93bd217
README.md
@@ -147,7 +147,7 @@ This plugin adds a custom subcommand `asdf nodejs resolve lts`. If you want to k
147
asdf nodejs update-nodebuild
148
149
asdf nodejs resolve lts
150
-# outputs: 20.9.0
+# outputs: 22.11.0
151
```
152
You also have the option of forcing a resolution strategy by using the flags `--latest-installed` and `--latest-available`
153
```bash
lib/utils.sh
@@ -137,6 +137,7 @@ resolve_version() {
137
gallium:16
138
hydrogen:18
139
iron:20
140
+ jod:22
141
)
142
143
for cod_version in "${nodejs_codenames[@]}"; do
0 commit comments