Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fnm to switch between node version #253

Merged
merged 8 commits into from
Sep 6, 2024
Merged

Use fnm to switch between node version #253

merged 8 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Use fnm to switch between node version

    Pre-install the current nodejs LTS versions (18, 20, 22) and allow switching between them using `fnm`. The default remains at 18.
    
    Fixes #223
    julienp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e927129 View commit details
    Browse the repository at this point in the history
  2. changelog

    julienp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    778b6f5 View commit details
    Browse the repository at this point in the history
  3. fix tests

    julienp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    45c30ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5472ea View commit details
    Browse the repository at this point in the history
  5. fix node-default test

    julienp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    63de360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f678884 View commit details
    Browse the repository at this point in the history
  7. use latest pu/pu release

    julienp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a059cdf View commit details
    Browse the repository at this point in the history
  8. re-add bash path

    julienp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    253b79a View commit details
    Browse the repository at this point in the history