[TMP] IBX-11778: Smoke test of frontend-ci.yaml under Node 22 - #2085
Closed
alongosz wants to merge 1 commit into
Closed
[TMP] IBX-11778: Smoke test of frontend-ci.yaml under Node 22#2085alongosz wants to merge 1 commit into
alongosz wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Caution
DO NOT MERGE
Related PRs:
Description:
frontend-ci.yamlon 5.0 now pinsnode-version: '22'(bumped in 95c29d0, the4.6 -> 5.0 merge-up) and nothing has exercised it yet: the workflow only triggers on
**.{cjs,mjs,js,jsx,ts,tsx,scss}paths, and that merge touched.github/workflows/*only. So the bump is unverified on 5.0.
This PR touches one matching file to fire the workflow:
[TMP]Added a comment toeslint.config.mjs(matches**.mjs)eslint.config.mjssits outside both lint globs —prettier-testandeslint-testonly cover
src/bundle/Resources/**andsrc/bundle/ui-dev/**— so the commentitself can't fail
yarn test. Keeps Node 22 the only variable.Couldn't check locally, node here is v20 ;) // Yes, this is Claude complaining on my outdated local "infrastructure"
For QA:
No QA required. Close once the Frontend build run is green.
Documentation:
No documentation required.
🤖 Generated with Claude Code