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

chore: update dependencies and workflow, format package.json #25

Closed
wants to merge 2 commits into from

Commits on Sep 17, 2024

  1. chore: update dependencies and workflow, format package.json

    Dependencies:
    Bump rimraf to ^6.0.0
    Bump ncc to 0.38.1
    Bump pnpm to 9.10.0
    Bump typescript to 5.6.2
    Bump @types/node to v18.19.50
    Bump Rojo to 7.4.4
    Bump StyLua to 0.20.0
    
    Workflow:
    Jobs and Steps are now explicitly named
    Bump upload-artifact, setup-node, checkout, and pnpm/action-setup actions to v4
    
    Other:
    Format package.json according to its intended scheme (ref. https://json.schemastore.org/package.json)
    YOUWILLDIE666 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8c76803 View commit details
    Browse the repository at this point in the history
  2. Downgrade rimraf to ^5.0.0

    Since beginning with v6.0.0, rimraf is incompatible with Node.js versions prior to 20
    YOUWILLDIE666 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eb0fa39 View commit details
    Browse the repository at this point in the history