Skip to content

ci: clear Node 20 deprecation warnings on RegExtractor workflow - #1

Merged
d33pm3 merged 1 commit into
mainfrom
ci/node24-first-party-actions
Sep 7, 2026
Merged

ci: clear Node 20 deprecation warnings on RegExtractor workflow#1
d33pm3 merged 1 commit into
mainfrom
ci/node24-first-party-actions

Conversation

@d33pm3

@d33pm3 d33pm3 commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Why

main CI was already green. The job is a real baseline (pip install -r requirements.lock, pytest collect + pytest, scripts/make_release.py), not an empty pass.

The only proven defect in the latest main logs was a first-party Actions runtime warning:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4.

This is a Python package. There is no package.json. npm/npm ci was not added. Python 3.11 and the lockfile were left unchanged. CI does not call an LLM.

Change

  • actions/checkout@v4@v5, persist-credentials: false
  • actions/setup-python@v5@v6
  • actions/upload-artifact@v4@v5
  • add pull_request trigger so PRs get the same job

Evidence

Out of scope

  • App / package / test logic
  • Dependency ranges / lockfile contents
  • Secrets / LLM integrations
  • Merge to main (needs explicit approval)

@d33pm3
d33pm3 merged commit fc50c4a into main Sep 7, 2026
2 checks passed
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