From 00c7065bde76c7d61a2c24b6395a6a31c27c0c9f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 6 Nov 2022 10:04:52 +0100 Subject: [PATCH] chore(asdf): change default install of Node to a better supported version --- setup/nodejs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/nodejs.sh b/setup/nodejs.sh index d83a1d9..6185d3c 100755 --- a/setup/nodejs.sh +++ b/setup/nodejs.sh @@ -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