diff --git a/.tool-versions b/.tool-versions index e36db2c..739c6a1 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -fasltly 12.0.0 +fasltly 12.1.0 rust 1.90.0 nodejs 24.7.0 diff --git a/README.md b/README.md index d19cc3c..d41ca8b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ brew install fastly/tap/fastly fastly version ``` -:warning: fastly cli version should be at least v11.3.0 +:warning: fastly cli version should be at least v12.1.0 #### Create profile and follow interactive prompt for pasting your API Token created earlier: ```sh @@ -67,6 +67,16 @@ asdf install rust $(grep '^rust ' .tool-versions | awk '{print $2}') asdf reshim ``` +### NodeJS + +#### Install NodeJS with asdf +```sh +brew install asdf +asdf plugin add nodejs +asdf install nodejs $(grep '^nodejs ' .tool-versions | awk '{print $2}') +asdf reshim +``` + #### Fix path for Bash Edit ~/.bash_profile to add path for asdf shims: