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 default wrangler version to 3.x #238

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    1d28a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99a395 View commit details
    Browse the repository at this point in the history
  3. Adding changeset

    Eusebiotrigo authored and petebacondarwin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b959cd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    888649c View commit details
    Browse the repository at this point in the history
  5. feature: Set DEFAULT_WRANGLER_VERSION to 3.x

    This will ensure that wrangler-action will use the latest compatible version of Wrangler if not specified otherwise.
    
    There are two ways to lock down the version of Wrangler for this action:
    
    - Specify the required version in the action's parameters when implementing it in your Github Workflows.
    - Add a dependency to a specific version in your package.json of the project being deployed via this action.
    petebacondarwin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9580f80 View commit details
    Browse the repository at this point in the history