Problem
Both package workflows pin Node 20.19.0 instead of following the current LTS line.
Locations
.github/workflows/ci.yml, package job
.github/workflows/ci.yml, postgres-contract job
Requested change
Change each actions/setup-node configuration to node-version: "lts/*" and update any labels if needed. This keeps CI aligned with the current supported LTS without periodic version edits.
No changes were made in this repository during the sweep.
Problem
Both package workflows pin Node
20.19.0instead of following the current LTS line.Locations
.github/workflows/ci.yml,packagejob.github/workflows/ci.yml,postgres-contractjobRequested change
Change each
actions/setup-nodeconfiguration tonode-version: "lts/*"and update any labels if needed. This keeps CI aligned with the current supported LTS without periodic version edits.No changes were made in this repository during the sweep.