git clone git@github.com:julia-actions/install-juliaup.git
cd install-juliaup
First, make sure that you have installed asdf
on your local machine.
Then, cd
to your clone of the repo and run the following command:
make unix-asdf-install
This will use asdf
to install the correct version of NodeJS.
Instead of using asdf
, you can instead choose to install NodeJS manually.
First, check the .tool-versions
file in this repo, and see what version of NodeJS you need. Then, install that same version of NodejS on your local machine.
asdf
does not (currently) support Windows. So on Windows, you have to install NodeJS manually.
First, check the .tool-versions
file in this repo, and see what version of NodeJS you need. Then, install that same version of NodejS on your local machine.
First, cd
to your clone of the repo. Now you can run the following commands:
make cleanall
make install-packages
make build
make pack
make clean
When you are ready, you can commit your changes and push them to your PR.