Skip to content

chore(release): release with CI#266

Merged
gregberge merged 1 commit intomainfrom
release-with-ci
Jan 13, 2026
Merged

chore(release): release with CI#266
gregberge merged 1 commit intomainfrom
release-with-ci

Conversation

@gregberge
Copy link
Member

No description provided.

@gregberge gregberge requested review from a team, Copilot and jsfez and removed request for a team and Copilot January 13, 2026 21:16
@vercel
Copy link

vercel bot commented Jan 13, 2026

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

Project Deployment Review Updated (UTC)
argos-js-sdk-reference Ready Ready Preview, Comment Jan 13, 2026 9:22pm

Copilot AI review requested due to automatic review settings January 13, 2026 21:22
@gregberge gregberge merged commit bdd2564 into main Jan 13, 2026
65 checks passed
@gregberge gregberge deleted the release-with-ci branch January 13, 2026 21:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds a new automated release workflow and updates GitHub Actions versions across multiple workflow files in the repository.

Changes:

  • Adds a new .github/workflows/release.yml workflow for automated releases via Lerna
  • Updates actions/checkout from v3/v4 to v6 across all workflow files
  • Updates actions/setup-node from v4 to v6 in the setup-deps composite action

Reviewed changes

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

Show a summary per file
File Description
.github/workflows/release.yml New workflow for automated releases with manual trigger
.github/workflows/pr.yml Updates checkout action to v6
.github/workflows/ci.yml Updates checkout action to v6 across all jobs
.github/actions/setup-deps/action.yml Updates setup-node action to v6
examples/storybook-legacy/.github/workflows/ci.yml Updates checkout action to v6
examples/remix/.github/workflows/playwright.yml Updates checkout action to v6
examples/react-router/.github/workflows/playwright.yml Updates checkout action to v6
examples/github-actions/.github/workflows/ci.yml Updates checkout action to v6

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

- name: Setup deps
uses: ./.github/actions/setup-deps
with:
node-version: 24
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The release workflow specifies Node.js version 24, but the package.json engines field specifies Node.js version 22. This inconsistency could lead to unexpected behavior or compatibility issues. Consider aligning the Node.js version used in the release workflow with the version specified in package.json engines.

Suggested change
node-version: 24
node-version: 22

Copilot uses AI. Check for mistakes.
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