Skip to content

chore: update nodejs on github ci - #3112

Open
JuliaMV wants to merge 11 commits into
developfrom
chore/update-nodejs-for-ci
Open

chore: update nodejs on github ci#3112
JuliaMV wants to merge 11 commits into
developfrom
chore/update-nodejs-for-ci

Conversation

@JuliaMV

@JuliaMV JuliaMV commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Description:

Update CI: Node.js 22, modern actions, replace GitVersion

Changes

Node.js upgrade

  • Bumped Node.js to 22.x in test.yml and base.yml
  • Updated actions/setup-node and actions/checkout to v5

Docker actions — Node.js 24 runtime

  • docker/metadata-action v5 → v6
  • docker/build-push-action v6 → v7
  • docker/setup-buildx-action → v4

GitVersion replaced with git commands

GitVersion 6.x was hanging on this repo (246 tags cause full graph traversal on startup, ~4 min per run). Replaced with lightweight git commands:
SHORT_SHA=$(echo "${GITHUB_SHA}" | cut -c1-7)
LATEST_TAG=$(git tag --sort=-version:refname | grep -E '^v[0-9]+.[0-9]+.[0-9]+$' | head -1)
MAJOR=$(echo $LATEST_TAG | sed 's/^v//' | cut -d. -f1)
MINOR=$(echo $LATEST_TAG | sed 's/^v//' | cut -d. -f2)
Output is equivalent: shortSha, major, minor used for Docker image tag and Helm chart version. GitVersion.yml removed.

Cleanup

  • Removed unused git-version-mode input from base.yml and all callers (dev.yml, prod.yml, qa.yml)
  • Updated azure/setup-helm to v5

@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown

Generated by: track-bundle-size
Generated at: Fri, 14 Aug 2026 13:50:25 GMT
Bundle size diff (in kBytes). Not gzipped. Both CSS & JS included.
Baseline: v6.3.1 (2025-12-03)
CI Status: ok

Module Baseline Size
(v6.3.1)
Size Diff Within
Threshold
Threshold
(min - max)
templateApp 693.09 690.7 -2.38
js:-5.33
css:+2.95
🆗 623.78 - 762.39
@epam/app 5586.96 5537.61 -49.35
js:-55.05
css:+5.7
🆗 5028.26 - 6145.65
@epam/electric 5.04 5.06 +0.01
js:+0
css:+0.01
🆗 4.53 - 5.54
@epam/promo 55.61 55.57 -0.04
js:+0
css:-0.04
🆗 50.05 - 61.17
@epam/uui-extra 0.21 0.21 0
js:0
css:0
🆗 0.19 - 0.23
@epam/loveship 92.81 96.25 +3.45
js:+3.49
css:-0.04
🆗 83.53 - 102.09
@epam/uui-components 257.49 263.05 +5.56
js:+4.03
css:+1.53
🆗 231.75 - 283.25
@epam/uui-core 324.75 330.12 +5.37
js:+5.37
css:0
🆗 292.27 - 357.23
@epam/uui-db 41.63 41.72 +0.08
js:+0.08
css:0
🆗 37.47 - 45.8
@epam/uui-docs 181.03 194.74 +13.72
js:+13.71
css:+0
🆗 162.92 - 199.13
@epam/uui-editor 174.1 173.29 -0.81
js:-0.81
css:+0
🆗 156.69 - 191.51
@epam/uui-timeline 75.5 75.49 -0.01
js:-0.01
css:0
🆗 67.95 - 83.05
@epam/uui 527.51 561.06 +33.55
js:+10.74
css:+22.82
🆗 474.76 - 580.26
new sizes (raw)

To set the sizes as a new baseline, you can copy/paste next content to the uui-build/config/bundleSizeBaseLine.json and commit the file.

{
  "version": "6.5.1",
  "timestamp": "2026-08-14",
  "sizes": {
    "templateApp": {
      "css": 260491,
      "js": 446786
    },
    "@epam/app": {
      "css": 726350,
      "js": 4944157
    },
    "@epam/electric": {
      "css": 2289,
      "js": 2884
    },
    "@epam/promo": {
      "css": 47757,
      "js": 9146
    },
    "@epam/uui-extra": {
      "css": 0,
      "js": 213
    },
    "@epam/loveship": {
      "css": 55341,
      "js": 43228
    },
    "@epam/uui-components": {
      "css": 25164,
      "js": 244203
    },
    "@epam/uui-core": {
      "css": 0,
      "js": 338043
    },
    "@epam/uui-db": {
      "css": 0,
      "js": 42718
    },
    "@epam/uui-docs": {
      "css": 2157,
      "js": 197256
    },
    "@epam/uui-editor": {
      "css": 12958,
      "js": 164496
    },
    "@epam/uui-timeline": {
      "css": 2197,
      "js": 75103
    },
    "@epam/uui": {
      "css": 222102,
      "js": 352423
    }
  }
}

Generated by: generate-components-api
CI Status: ok

Total amount of exported types/props without JSDoc comments

Amount
Types 341 (+0) 🆗
Props 220 (+0) 🆗

@JuliaMV
JuliaMV force-pushed the chore/update-nodejs-for-ci branch from 0c7600c to 3868d55 Compare August 14, 2026 09:36
@JuliaMV
JuliaMV requested a review from dzmitrydd August 14, 2026 13:50
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