mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
chore: upgrade yarn to 4.12.0 (#1530)
* use yarn 4.12.0 * upgrade tsx * update 4.6.0 references to 4.12.0 * update lock file * update lock file * update lock
This commit is contained in:
2
.github/actions/mobile-setup/action.yml
vendored
2
.github/actions/mobile-setup/action.yml
vendored
@@ -59,7 +59,7 @@ runs:
|
||||
|
||||
# Configure Yarn
|
||||
corepack enable
|
||||
yarn set version 4.6.0
|
||||
yarn set version 4.12.0
|
||||
|
||||
echo "📦 Installing JavaScript dependencies with strict lock file..."
|
||||
if ! yarn install --immutable --inline-builds; then
|
||||
|
||||
Reference in New Issue
Block a user