Skip to content

fix(ci): pin Node via setup-node in bump-gitstream-core workflow [skip ci]#532

Merged
MishaKav merged 1 commit intodevelopfrom
LINBEE-24801-pin-node-bump-workflow
May 10, 2026
Merged

fix(ci): pin Node via setup-node in bump-gitstream-core workflow [skip ci]#532
MishaKav merged 1 commit intodevelopfrom
LINBEE-24801-pin-node-bump-workflow

Conversation

@MishaKav
Copy link
Copy Markdown
Collaborator

@MishaKav MishaKav commented May 10, 2026

✨ PR Description

Purpose: Pin Node.js version in bump-gitstream-core workflow using setup-node action to ensure consistent build environment.

Main changes:

  • Added setup-node action with node-version-file pointing to .nvmrc for reproducible Node version management

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how

The Bump gitstream-core workflow had no actions/setup-node step, so it ran
on the runner's preinstalled Node 20. Newer @linearb/gitstream-core requires
node>=22 and its native dep isolated-vm fails to compile against Node 20's
V8 headers. Add setup-node@v6 with node-version-file: .nvmrc to match the
other workflows in this repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@MishaKav MishaKav enabled auto-merge (squash) May 10, 2026 13:09
Copy link
Copy Markdown

@orca-security-us orca-security-us Bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed OSS Licenses high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

Copy link
Copy Markdown

@linearb linearb Bot left a comment

Choose a reason for hiding this comment

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

✨ PR Review

LGTM

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Review using Guidelines Learn how

@MishaKav MishaKav merged commit c2ee517 into develop May 10, 2026
15 checks passed
@MishaKav MishaKav deleted the LINBEE-24801-pin-node-bump-workflow branch May 10, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant