I have a build reporting that the yarn lock file n...
# javascript
a
I have a build reporting that the yarn lock file needs to be updated, but if I run it locally there are no changes. Conversely in a separate PR it goes green on CI, but if I run the same build locally it asks me to update the yarn lock. This makes me think the actual output of the yarn lock file is different locally vs CI in my setup - wondering if anyone has run into this or if anyone has any ideas as to why this is happening?
d
If this is about that SQLDelight job, it's weird that it only happens with the multiplatform plugin and not the js plugin!
a
yes its about SQLD
im wondering if we should just disable this behavior or have it warn instead of fail the build
a
I like that it fails the build
a
Are the same yarn versions used in both environments?
d
The yarn version is whatever the Kotlin gradle plugin provides (so yes, presumably)