Actions runners will drop Node.js 20 support on September 16, 2026 and default to Node.js 24 starting June 2, 2026.
Affected steps in .github/workflows/screenshots.yml:
actions/checkout@v4
actions/setup-node@v4
Check for updated versions of both actions that support Node.js 24 before the June deadline.
Actions runners will drop Node.js 20 support on September 16, 2026 and default to Node.js 24 starting June 2, 2026.
Affected steps in
.github/workflows/screenshots.yml:actions/checkout@v4actions/setup-node@v4Check for updated versions of both actions that support Node.js 24 before the June deadline.