Skip to content

A GitHub action to setup a Meteor environment, with support for automatic version detection

License

Notifications You must be signed in to change notification settings

EmJee1/setup-meteor

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-meteor

This GitHub Action provides functionality to set up a Meteor environment.

Why

  • 📌 No pinned version necessary, it just looks at your Meteor release file
  • ⚙️ It's customizable, you can specify a different file or pin it on a version.
  • 🚫 No-nonsense errors, they are as descriptive as can be

Example

  1. With a Meteor release file
- uses: EmJee1/[email protected]
  with:
    meteor-version-file: '.meteor/release'
    # Or pin a version, this always takes precedence if supplied
    meteor-version: '2.11.0'

About

A GitHub action to setup a Meteor environment, with support for automatic version detection

Resources

License

Stars

Watchers

Forks

Packages

No packages published