Skip to content

Commit 93bd217

Browse files
authored
Add NodeJS LTS 22 series (#404)
1 parent c36e6f0 commit 93bd217

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This plugin adds a custom subcommand `asdf nodejs resolve lts`. If you want to k
147147
asdf nodejs update-nodebuild
148148

149149
asdf nodejs resolve lts
150-
# outputs: 20.9.0
150+
# outputs: 22.11.0
151151
```
152152
You also have the option of forcing a resolution strategy by using the flags `--latest-installed` and `--latest-available`
153153
```bash

lib/utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ resolve_version() {
137137
gallium:16
138138
hydrogen:18
139139
iron:20
140+
jod:22
140141
)
141142

142143
for cod_version in "${nodejs_codenames[@]}"; do

0 commit comments

Comments
 (0)