diff --git a/.github/changeset-version.js b/.github/changeset-version.js index 43429f3abd..e1b4cef66f 100644 --- a/.github/changeset-version.js +++ b/.github/changeset-version.js @@ -8,5 +8,5 @@ import { exec } from "child_process" // So we also run `npm install`, which does this update. // This is a workaround until this is handled automatically by `changeset version`. // See https://github.com/changesets/changesets/issues/421. -exec("pnpm dlx changeset version") -exec("pnpm install") +exec("npx changeset version") +exec("npm install")