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

Synchronize package.json and package-lock.json with Dockerfile version of node #298

Merged

Commits on Apr 24, 2024

  1. Merge pull request laminas#290 from laminas/renovate/actions-download…

    …-artifact-4.x
    
    Update actions/download-artifact and actions/upload-artifact action to v4
    boesing committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bf9f170 View commit details
    Browse the repository at this point in the history
  2. qa: replace Dockerfile node check with a dedicated job `package-l…

    …ock-up-to-date`
    
    That new job uses `package-lock-utd` package to verify `package-lock.json` is up2date with what `package.json` requires.
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7961bb3 View commit details
    Browse the repository at this point in the history
  3. qa: ensure that the container node version is allowed by the projects…

    … `package.json` engine version range
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ed19123 View commit details
    Browse the repository at this point in the history