Skip to content

Commit b0d5f40

Browse files
committed
feat: added the node.js v25 installation
1 parent 87c4e26 commit b0d5f40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/update_asdf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ install_via_asdf() {
4242
}
4343

4444
install_nodejs_deps() {
45-
corepack enable
45+
if command -v corepack > /dev/null 2>&1; then
46+
corepack enable
47+
fi
4648
asdf reshim
4749
}
4850

@@ -98,4 +100,5 @@ install_nodejs 22
98100
install_nodejs lts-jod
99101
install_nodejs lts
100102
install_nodejs 24
103+
install_nodejs 25
101104
install_nodejs latest

0 commit comments

Comments
 (0)