Skip to content

ci: integrate.yml still uses actions/setup-node@v1 - #2841

Open
boleklebovski wants to merge 1 commit into
onflow:masterfrom
boleklebovski:ci/integrate-setup-node-v4
Open

ci: integrate.yml still uses actions/setup-node@v1#2841
boleklebovski wants to merge 1 commit into
onflow:masterfrom
boleklebovski:ci/integrate-setup-node-v4

Conversation

@boleklebovski

Copy link
Copy Markdown

Problem

.github/workflows/integrate.yml:11 uses actions/setup-node@v1, which runs on the Node 12 action runtime that GitHub has removed. It is the only workflow in the repository still on v1 — release.yml (two call sites) and changeset-check.yml are all already on @v4.

Fix

One line, bringing the last straggler in line with the rest of the repo.

Verification

grep across .github/workflows/ confirms @v1 no longer appears and @v4 is now the only setup-node version in the repository. No inputs, job names or triggers are touched.

v1 runs on the removed Node 12 runtime; every other workflow here is
already on v4.

Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com>
@boleklebovski
boleklebovski requested a review from a team as a code owner August 9, 2026 21:29
@changeset-bot

changeset-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7d91297

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown

@boleklebovski is attempting to deploy a commit to the Flow Team on Vercel.

A member of the Team first needs to authorize it.

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