v1.22.21

triggerdotdev/trigger.devv1.22.21Nov 14, 2023by arcanis

AI Summary

This release addresses a regression in Yarn execution when called from project subfolders outside of a Corepack context and introduces a new environment variable to bypass these checks, though installation artifacts are currently missing.

Key Highlights

  • Fixes Yarn execution issues in project subfolders outside Corepack context
  • Introduces `SKIP_YARN_COREPACK_CHECK` environment variable
  • Warning about missing .msi, .rpm, .deb, and .asc artifact files

New Features

  • New `SKIP_YARN_COREPACK_CHECK` environment variable

Full Release Notes

> [!WARNING]
> This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

- Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.

- Added a `SKIP_YARN_COREPACK_CHECK` environment variable to skip the Corepack check.