Skip to content

chore: replace .npmrc creation with npm@1 task in daily CI build#1001

Merged
ramsessanchez merged 1 commit into
fix/daily-ci-build-failuresfrom
ramsessanchez/replace-npmrc-with-npm-task
Jun 5, 2026
Merged

chore: replace .npmrc creation with npm@1 task in daily CI build#1001
ramsessanchez merged 1 commit into
fix/daily-ci-build-failuresfrom
ramsessanchez/replace-npmrc-with-npm-task

Conversation

@ramsessanchez
Copy link
Copy Markdown
Contributor

Replace the 3-step .npmrc creation, npmAuthenticate, and npm ci script with a single npm@1 task using customRegistry/customFeed, matching the pattern from microsoftgraph/msgraph-sdk-typescript-core#583.

A similar PR may already be submitted! Please search among the Pull request before creating one.

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.

NOTE: PR's will be accepted only in case of appropriate information is provided below

Summary

Motivation

Explain the motivation for making this change. What existing problem does the pull request solve?

Test plan

Demonstrate the code is solid. Example: The exact commands you ran and their output.

Closing issues

Fixes #

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Replace the 3-step .npmrc creation, npmAuthenticate, and npm ci script
with a single npm@1 task using customRegistry/customFeed, matching the
pattern from microsoftgraph/msgraph-sdk-typescript-core#583.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ramsessanchez ramsessanchez requested a review from a team as a code owner June 5, 2026 23:30
@ramsessanchez ramsessanchez merged commit a94077e into fix/daily-ci-build-failures Jun 5, 2026
1 check passed
@ramsessanchez ramsessanchez deleted the ramsessanchez/replace-npmrc-with-npm-task branch June 5, 2026 23:30
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