PostHog / plugin-server

Service to process and save PostHog events, supporting JS/TS plugins at that
https://posthog.com
8 stars 5 forks source link

Pin `tsc` version in CI #560

Closed Twixes closed 3 years ago

Twixes commented 3 years ago

Changes

This fixes test failures seen in https://github.com/PostHog/plugin-server/pull/558 by making sure sure the version of tsc that's specified in package.json is used in CI (it already was in the compilation process).

Change pulled out from #555.

Supersedes #559.