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

chore: fix canary failure with incompatible NPM #12082

Closed
wants to merge 3 commits into from

Conversation

AllanZhengYP
Copy link
Member

Description of changes

Remove the repetative npm@latest installation that causes the failure. The NPM installation already happend other tasks:

- name: Setup node and build the repository

Issue #, if available

Example failure: https://github.com/aws-amplify/amplify-js/actions/runs/6238043024/job/16934343712

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@AllanZhengYP
Copy link
Member Author

The attempt to run new sample app test in Node.js 18 and 20 failed because OpenSSL incompatibility: https://github.com/aws-amplify/amplify-js/actions/runs/6242039120/job/16945255084?pr=12082

Comment on lines +4 to +7
pull_request:
branches: [fix-canary-engine-failure]
push:
branches: [fix-canary-engine-failure]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to switch this back before merging

@AllanZhengYP AllanZhengYP deleted the fix-canary-engine-failure branch October 17, 2024 17:19
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.

2 participants