chore(asdf): change default install of Node to a better supported version

This commit is contained in:
Stefan Imhoff
2022-11-06 10:04:52 +01:00
parent b48b6d4f86
commit 00c7065bde

View File

@@ -1,5 +1,6 @@
#!/bin/sh
asdf plugin add nodejs
asdf install nodejs latest
asdf global nodejs latest
asdf install nodejs 16.14.2
asdf install nodejs 18.12.1
asdf global nodejs 16.14.2