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

Update Node version in package.json #395

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 17, 2024

  1. Update Node version in package.json

    The Node version specified in package.json has been updated from 16.x to 21.x. This change is to ensure compatibility with the updated or newer versions of dependencies that require Node 21.x.
    ritz078 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    742fded View commit details
    Browse the repository at this point in the history
  2. Update Node version to 20.x in package.json

    The Node version specified in package.json has been updated from 21.x to 20.x. Additionally, a .tool-versions file has been created containing the new Node version and it's now removed from .gitignore. These changes aim to maintain project consistency and compatibility with dependencies.
    ritz078 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9db0bc6 View commit details
    Browse the repository at this point in the history
  3. Update Node version to 20.x in package.json

    The Node version specified in package.json has been updated from 21.x to 20.x. Additionally, a .tool-versions file has been created containing the new Node version and it's now removed from .gitignore. These changes aim to maintain project consistency and compatibility with dependencies.
    ritz078 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    22b1c71 View commit details
    Browse the repository at this point in the history