Skip to content

ci: clear Node 20 deprecation warnings on self-test 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 self-test 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 self-test job is a real baseline (pip install -r requirements.txt, py_compile, version pin, regression, smoke), 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.

This is a Python skill/pipeline repo. There is no package.json. npm/npm ci was not added.

Change

  • actions/checkout@v4@v5 (Node 24), persist-credentials: false
  • actions/setup-python@v5@v6 (Node 24)
  • permissions: contents: read
  • workflow_dispatch so the same job can be re-run on a branch

Evidence

Out of scope

  • App / skill / script logic
  • Dependency ranges in requirements.txt / pyproject.toml
  • Secrets / LLM integrations
  • Merge to main (needs explicit approval)

@d33pm3
d33pm3 merged commit cd2e9e7 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