fix(yarn)

closes #4069
This commit is contained in:
Jacob Heider 2023-11-14 15:31:27 -05:00
parent a741b0db48
commit 1a2ea66257
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -25,7 +25,12 @@ build:
--install-links
test:
script: |
yarn --version
yarnpkg --version
yarn add jquery
script:
- yarn --version
- yarnpkg --version
# bug shipped in 1.22.0
- run: echo {} >package.json
if: =1.22.20
- yarn add jquery