Skip to content

develop#56

Merged
ienaga merged 2 commits into
mainfrom
develop
Dec 1, 2025
Merged

develop#56
ienaga merged 2 commits into
mainfrom
develop

Conversation

@ienaga

@ienaga ienaga commented Dec 1, 2025

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings December 1, 2025 09:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares a new version release by bumping the package version and updating the CI/CD publish workflow to ensure the latest npm tooling is used during the publishing process.

  • Version bump from 2.1.13 to 2.1.14
  • Added npm upgrade step in the publish workflow to ensure latest npm is used

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Bumps package version from 2.1.13 to 2.1.14 for new release
.github/workflows/publish.yml Adds global npm upgrade to latest version before package installation and publishing

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

with:
node-version: 24
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm@latest

Copilot AI Dec 1, 2025

Copy link

Choose a reason for hiding this comment

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

The npm install -g npm@latest step may introduce unpredictability in the CI/CD pipeline by installing whatever the latest npm version is at runtime. This could lead to inconsistent builds or unexpected breaking changes.

Consider pinning to a specific npm version (e.g., npm@10.x.x or npm@11.x.x) to ensure reproducible builds and avoid potential issues from future npm updates.

Suggested change
- run: npm install -g npm@latest
- run: npm install -g npm@10.5.0

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit cc2abe2 into main Dec 1, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants