Skip to content

Allow S3 deploy + Common JS CI/CD workflows to force download dependencies#5

Merged
allejo merged 1 commit into
mainfrom
feat/allow-force-dep-fetching
May 13, 2026
Merged

Allow S3 deploy + Common JS CI/CD workflows to force download dependencies#5
allejo merged 1 commit into
mainfrom
feat/allow-force-dep-fetching

Conversation

@allejo
Copy link
Copy Markdown
Member

@allejo allejo commented May 13, 2026

This pull request updates the GitHub Actions workflows (aws-s3-deployment.yml and common-ci-js.yml) to add an option for ignoring peer dependency warnings when installing Node.js dependencies. This is achieved by allowing the use of the --force flag with npm ci via a new input parameter. This helps workflows succeed even when some dependencies have not updated their peer dependencies for newer libraries.

New input for dependency installation:

  • Added a force-ignore-dependency-warnings boolean input to both .github/workflows/aws-s3-deployment.yml and .github/workflows/common-ci-js.yml, allowing jobs to opt in to using the --force flag during npm ci to bypass peer dependency warnings.

@allejo allejo merged commit d077cbd into main May 13, 2026
1 check passed
@allejo allejo deleted the feat/allow-force-dep-fetching branch May 13, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant