Skip to content

Turbo Changed Packages

Actions
A Github Action to return the changed packages from a Turborepo project
v6
Latest
Star (0)

Tags

 (1)

This is the package powering the GitHub action we use to determine which of our services have changed in each PR. We use that information to build only the changed packages rather than all services.

Troubleshooting

If you get the following error when running npm run package:

Error: error:0308010C:digital envelope routines::unsupported

There is an issue here for this error: webpack/webpack#14532

A workaround is to set the following environment variable:

export NODE_OPTIONS=--openssl-legacy-provider

Turbo Changed Packages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A Github Action to return the changed packages from a Turborepo project
v6
Latest

Tags

 (1)

Turbo Changed Packages is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.