Skip to content

Newell - Resolve issues in GitHub Actions pipeline #1343

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

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

Ankuriboh
Copy link
Contributor

@Ankuriboh Ankuriboh commented Apr 18, 2025

Description

Fixes a bug in the GitHub Actions CI pipeline where jobs were failing due to an outdated actions/setup-node version and improperly configured runner strategy.

See also vendor issue: actions/setup-node#1275

Related PRS (if any):

#168

Main changes explained:

  • Update .github/workflows/ci.yml to use the latest actions/setup-node version

How to test:

  1. Check into current branch
  2. Do npm install and push a commit to trigger the GitHub Actions workflow
  3. Monitor the Actions tab to verify successful CI job runs
  4. Confirm logs indicate correct Node version and dependencies being used
  5. Ensure no steps fail and all checks pass on the PR

Screenshots or videos of changes:

N/A (CI-only fix)

Note:

This change unblocks the CI pipeline, ensuring contributors receive proper feedback from automated checks. Verify that all relevant branches use the updated workflow.

@one-community one-community merged commit c7c541a into development Apr 18, 2025
2 of 3 checks passed
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