tracked-tools / tracked-built-ins

Tracked versions of JavaScript's built-in classes
MIT License
128 stars 25 forks source link

Run `pnpm install` after version bump #401

Closed SergeAstapov closed 1 year ago

SergeAstapov commented 1 year ago

@chriskrycho this is the fix for the error  ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with test-app/package.json seen in https://github.com/tracked-tools/tracked-built-ins/actions/runs/4046979099/jobs/6960441946 after the release.

was doing the same in https://github.com/ember-animation/ember-animated/blob/master/package.json#L37 and it works