Skip to content

Conversation

@OS-jacobbell
Copy link
Contributor

What is the current behavior?

The Stencil Nightly Build workflow tests Ionic with the latest nightly build of Stencil. The first step of the workflow updates Stencil, builds Ionic core, and uploads the build files. Later steps download these build files. Core's updated package.json is not uploaded with the build files, so later steps are installing an old Stencil version, leading to conflicts.

What is the new behavior?

Add core's package.json to the artifact upload. This will make all later steps use the correct Stencil version.

Seven of the tests run git diff to ensure tests did not cause changes in tracked files. Core's package.json would register as a change, so a new step reverts package.json before running git diff.

Does this introduce a breaking change?

  • Yes
  • No

Other information

@OS-jacobbell OS-jacobbell requested a review from a team as a code owner January 23, 2026 16:30
@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
ionic-framework Ready Ready Preview, Comment Jan 23, 2026 4:30pm

Request Review

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