expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
356 stars 104 forks source link

refactor(snackager): drop `npm@6` version requirement #592

Closed byCedric closed 1 month ago

byCedric commented 1 month ago

Why

Previously, we used npm bin to find the yarn binary. Unfortunately, npm@7+ dropped this command, causing us to pin the npm version to npm@6. This drops that version pinning requirement.

How

Test Plan

See CI & staging