Peter Wong
Peter Wong
https://github.com/actions/delete-package-versions/issues/74 seems related to this and the real cause of the problem
This issue has caused our organization npm package registry to grow too large (started August/September), accumulating so many non-stable versions, because our retention policy is not being processed, via this...
> it means new npm packages published after August will not appear on GraphQL output. I really want to start a discussion on this. Our organization really needs this GitHub...
As an organization (and paying for GitHub Enterprise), we still a prefer a GitHub-authored/sanctioned action for processing our package retention policies. Some organizations have tight security restrictions on what open-source...
Getting the lambda context via `getCurrentInvoke()` and subsequently calling `context.succeed()` with the event would break the abstraction in the route handler of using _express_ request/response model. An alternative approach is...
> This has been resolved with [v4.0.0](https://github.com/actions/delete-package-versions/releases/tag/v4.0.0) of this Action. > > Required steps to use this Action for the new GitHub Packages architecture: > > * Update action’s version...
With #74 being fixed/closed starting with v4.0.0 or later of the action, this issue can also be closed. Would the OP or others provide a workflow YAML and/or run logs...
In our case (building a _swagger-ui_ static site from scratch), the transitive `react-dom` dependency that was getting installed was some version `^19` (the latest). Installing a direct dependency on `react-dom@^18`...
It looks like there are so many issues with npm v11 as found in https://github.com/npm/cli/issues about `npm ci` not being able to recognize lockfiles (that have not changed and previously...
With the latest CodeBuild runner images, `aws/codebuild/standard:7.0` for example, nodejs 24 is pre-installed, but has not officially appeared in documentation https://docs.aws.amazon.com/codebuild/latest/userguide/available-runtimes.html From this PR https://github.com/aws/aws-codebuild-docker-images/pull/792 In your buildspec file, you...