Minor Changes
-
#3719
7a2bee7ce54e16eb3ab3d060767ee928cd4a6078Thanks @jodeleeuw! - Require Node 20 or later. Node 18 reached end of life in April 2025, and parts of the ecosystem have moved past it — the Firebase v12 SDK, for one, declaresnode >= 20throughout, so a package depending on it could not be installed in a repository that still claimed Node 18 support.A
minorrather than amajor: raising a runtime floor is breaking in the strict sense, but@jspsych/configis a build-time dependency of jsPsych's own packages and never reaches an experiment, so a major here would churn every package in the monorepo for an advisory field.