Skip to content

build: update setup-node to v4#235

Open
eeemmmmmm wants to merge 1 commit intofarcasterxyz:mainfrom
eeemmmmmm:main
Open

build: update setup-node to v4#235
eeemmmmmm wants to merge 1 commit intofarcasterxyz:mainfrom
eeemmmmmm:main

Conversation

@eeemmmmmm
Copy link
Copy Markdown

Maintenance update to setup-node@v4 to align with the current best practices; nothing else modified. Refer to v4.0.0 release notes for details.

Copy link
Copy Markdown

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

Maintenance update to the CI workflow to use the latest major version of actions/setup-node, keeping the repository’s GitHub Actions configuration in line with current action versions.

Changes:

  • Bump actions/setup-node from v3 to v4 in CI workflow.

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

Comment thread .github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

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

This workflow still uses actions/checkout@v3. To keep GitHub Actions dependencies aligned with current recommended majors (and pick up security/runtime updates), consider upgrading to actions/checkout@v4 as well.

Suggested change
uses: actions/checkout@v3
uses: actions/checkout@v4

Copilot uses AI. Check for mistakes.
Comment thread .github/workflows/ci.yml
Comment on lines 22 to 24
with:
cache: "yarn"
node-version: "18"
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

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

Since this PR updates setup-node, it may be a good time to also revisit the other core actions in this workflow: actions/cache is currently on v2 (later in the file). Upgrading to the latest major (e.g., actions/cache@v4) helps keep the workflow on a supported runtime and picks up bug/security fixes.

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