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

Always checkout JavaScript environment from main #3554

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 7, 2024

  1. Always checkout JavaScript environment from main

    Workflows run from the workflow file on main, even when they
    run on branches.  But just running "npm i" or a command like "npx"
    that also installs packages uses the package.json file from
    the branch.
    
    Rather than attempt to keep the branch package files up-to-date
    (which would _quadruple_ the number of update PRs, adding three
    branch update PRs for every dependabot PR), let's just checkout
    the package.json from main whenver we run.  The other workflows
    only run on main - these two are the ones that run on branches.
    handrews committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7f0b710 View commit details
    Browse the repository at this point in the history