julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

CI: Install the same version of NodeJS that is specified in `.tool-versions` #253

Closed DilumAluthge closed 3 months ago

DilumAluthge commented 3 months ago

Advantages of this approach:

  1. This ensures that local users (using asdf) will have the same NodeJS version that is used in CI.
  2. Instead of needing to repeat the same version number (20) in multiple CI workflow files, we only need to specify it in a single place.