Skip to content

[PM-24054] Update GUI build jobs to use nvmrc version #838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

eliykat
Copy link
Member

@eliykat eliykat commented Jul 23, 2025

🎟️ Tracking

📔 Objective

In #817 I changed the build workflow to use the node version in .nvmrc. However, I only updated the CLI build jobs, not the GUI build jobs, which are still using node 18. Electron ships with its own version of node so it doesn’t affect the node runtime in the artifact, but the build environment should be using a consistent version of node in all jobs.

This PR updates the GUI build jobs to also use the correct version of node.

📸 Screenshots

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@eliykat eliykat requested a review from a team as a code owner July 23, 2025 00:14
@eliykat eliykat requested a review from BTreston July 23, 2025 00:14
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.62%. Comparing base (6789a14) to head (1eb5513).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##            main     #838      +/-   ##
=========================================
+ Coverage   7.72%   12.62%   +4.89%     
=========================================
  Files         68       68              
  Lines       2757     2757              
  Branches     477      477              
=========================================
+ Hits         213      348     +135     
+ Misses      2529     2381     -148     
- Partials      15       28      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

github-actions bot commented Jul 23, 2025

Logo
Checkmarx One – Scan Summary & Details9c56261e-da60-4d0a-baa5-3018304a9802

Great job, no security vulnerabilities found in this Pull Request

@eliykat eliykat enabled auto-merge (squash) July 23, 2025 00:23
@@ -10,12 +10,14 @@ on:
- "src/services/ldap-directory.service*" # we only have integration for LDAP testing at the moment
- "./openldap/**/*" # any change to test fixtures
- "./docker-compose.yml" # any change to Docker configuration
- "./package.json" # dependencies
Copy link
Member Author

Choose a reason for hiding this comment

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

Opportunistic change while I'm here. I noticed the integration tests weren't running when dependencies were upgraded, which is a good use case for them.

Copy link

@eliykat eliykat merged commit 926202f into main Jul 24, 2025
20 checks passed
@eliykat eliykat deleted the ac/pm-24054/update-gui-build-workflow-to-use-nvmrc-version branch July 24, 2025 13:52
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