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 87c4e26 commit b0d5f40Copy full SHA for b0d5f40
bin/update_asdf
@@ -42,7 +42,9 @@ install_via_asdf() {
42
}
43
44
install_nodejs_deps() {
45
- corepack enable
+ if command -v corepack > /dev/null 2>&1; then
46
+ corepack enable
47
+ fi
48
asdf reshim
49
50
@@ -98,4 +100,5 @@ install_nodejs 22
98
100
install_nodejs lts-jod
99
101
install_nodejs lts
102
install_nodejs 24
103
+install_nodejs 25
104
install_nodejs latest
0 commit comments