From 1a2ea66257f591bf70b5f3be0881cf7aa4b0971b Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Tue, 14 Nov 2023 15:31:27 -0500 Subject: [PATCH] fix(yarn) closes #4069 --- projects/classic.yarnpkg.com/package.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/projects/classic.yarnpkg.com/package.yml b/projects/classic.yarnpkg.com/package.yml index d3c23c84..beeeaecf 100644 --- a/projects/classic.yarnpkg.com/package.yml +++ b/projects/classic.yarnpkg.com/package.yml @@ -25,7 +25,12 @@ build: --install-links test: - script: | - yarn --version - yarnpkg --version - yarn add jquery \ No newline at end of file + script: + - yarn --version + - yarnpkg --version + + # bug shipped in 1.22.0 + - run: echo {} >package.json + if: =1.22.20 + + - yarn add jquery \ No newline at end of file