From 2b6fa854c70edf0b21344743001043bc7fc3f6b7 Mon Sep 17 00:00:00 2001 From: timothytlewis Date: Fri, 6 Mar 2026 12:51:25 +0100 Subject: [PATCH] fix(yarn): unblock Node 24 LTS and fix test initialization Co-Authored-By: Claude Opus 4.6 --- projects/yarnpkg.com/package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/yarnpkg.com/package.yml b/projects/yarnpkg.com/package.yml index e35140a40e..1b2dd764a7 100644 --- a/projects/yarnpkg.com/package.yml +++ b/projects/yarnpkg.com/package.yml @@ -10,12 +10,12 @@ provides: - bin/yarnpkg dependencies: - nodejs.org: '*' + nodejs.org: '>=18.12' build: dependencies: classic.yarnpkg.com: ^1 # works and prevents bootstrapping issues - nodejs.org: '>=18.3<23' + nodejs.org: '>=18.12' script: - yarn install --immutable --mode=skip-build - yarn build:cli @@ -33,4 +33,5 @@ test: script: | yarn --version yarnpkg --version + echo '{}' > package.json yarn add jquery