Skip to content

Pin Node.js to v22 in update-from-dispatch workflow#65

Merged
ChronosSF merged 2 commits intosstoychev/add-automated-workflowfrom
copilot/sub-pr-62
Mar 27, 2026
Merged

Pin Node.js to v22 in update-from-dispatch workflow#65
ChronosSF merged 2 commits intosstoychev/add-automated-workflowfrom
copilot/sub-pr-62

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 27, 2026

ubuntu-latest runners can silently upgrade Node.js over time, making builds non-reproducible. Pins Node.js to v22 by adding actions/setup-node@v4 after the igniteui-angular checkout step, immediately before npm ci.

Changes

  • .github/workflows/update-from-dispatch.yml: Added actions/setup-node@v4 step with node-version: 22, placed after the igniteui-angular repo checkout so the lock file is available for any package manager caching needs.
- name: Setup Node.js
  uses: actions/setup-node@v4
  with:
    node-version: 22

⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] [WIP] Address feedback: Pin node version to 22 in update workflow Pin Node.js to v22 in update-from-dispatch workflow Mar 27, 2026
Copilot AI requested a review from ChronosSF March 27, 2026 16:10
@ChronosSF ChronosSF marked this pull request as ready for review March 27, 2026 16:13
@ChronosSF ChronosSF merged commit 5f2213f into sstoychev/add-automated-workflow Mar 27, 2026
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