Skip to content

chore: raise the node floor to 20 - #32

Merged
frantufro merged 1 commit into
mainfrom
node-floor-20
Aug 29, 2026
Merged

chore: raise the node floor to 20#32
frantufro merged 1 commit into
mainfrom
node-floor-20

Conversation

@frantufro

Copy link
Copy Markdown
Owner

package.json declared "node": ">=18" while the sibling skulk package declares ">=20". Two installers that share a design and a release path claimed different floors, and their CI matrices tested different ends of that range.

Node 18 left maintenance in April 2025.

  • engines.node>=20
  • CI installer matrix → [20, 24], the declared floor and the version the release workflow publishes with

Verified locally: 14/14 on node 20, 14/14 on node 24. The suite also still passed on 18, so nothing here is forced by a real incompatibility — it aligns the declaration with the version this package is actually maintained against.

package.json declared `>=18` while the sibling skulk package declares `>=20`,
so the two installers claimed different floors and their CI matrices tested
different ends. Node 18 left maintenance in April 2025.

The matrix follows the declaration: 20 and 24, the floor and the version the
release workflow publishes with. The suite passes on both.
@frantufro
frantufro merged commit df092c2 into main Aug 29, 2026
5 checks passed
@frantufro
frantufro deleted the node-floor-20 branch August 29, 2026 13:23
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