Setup a Meteor.js environment
Version updated for https://github.com/EmJee1/setup-meteor to version v2.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-meteor GitHub Action automates the setup of a Meteor environment in CI/CD workflows by detecting and installing the required Meteor version from a release file or a specified version. It eliminates the need for manual version management, ensures compatibility, and provides clear error messages for easier debugging. This action streamlines the process of preparing a Meteor environment, saving time and reducing setup complexity.
Release notes
Major update (2.0.0) release
- Updated the action to use Node 24. Make sure your workflow supports
node24. - Updated
@actions/coreto the latest major version. - Updated dev dependencies.
Full Changelog: https://github.com/EmJee1/setup-meteor/compare/v1.1.1...v2.0.0