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

fix: pin node version in gh actions #13450

Merged
merged 1 commit into from
May 30, 2024

Conversation

erinleigh90
Copy link
Contributor

@erinleigh90 erinleigh90 commented May 30, 2024

Description of changes

Pins the version of Node expected in e2e integ test setup. npm-cli-adduser fails with node version 18.20.3.

Issue #, if available

Description of how you validated changes

Reproduced error locally with node version 18.20.3 and validated that the error did not show up when using earlier versions of node. Pinned node version in my forked repository resulting in this test run in which e2e tests are failing: https://github.com/erinleigh90/amplify-js/actions/runs/9309095374

Note that in the test run above there is an unrelated unit test failure which was not impacted by this change: it was failing before and after pinning node and is not failing in the main repository, so I believe this is unrelated. yarn test passes locally.

Checklist

  • PR description included
  • yarn test passes

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

@erinleigh90 erinleigh90 requested a review from a team as a code owner May 30, 2024 21:23
@erinleigh90 erinleigh90 merged commit 9f40a18 into aws-amplify:main May 30, 2024
31 checks passed
@erinleigh90 erinleigh90 deleted the fix/failing-e2e-tests branch May 30, 2024 21:32
HuiSF pushed a commit that referenced this pull request Jun 7, 2024
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.

None yet

4 participants