From a32bc7e3a97a8056df93f761648e6a98ed5f42c3 Mon Sep 17 00:00:00 2001 From: Seren_Modz 21 Date: Wed, 9 Apr 2025 17:10:52 +0100 Subject: [PATCH] docs(provenance): update note to mention yarn v4.9.0 supporting provenance Signed-off-by: Seren_Modz 21 --- .../securing-your-code/generating-provenance-statements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx b/content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx index e611aaefe35..bb02bbe7c57 100644 --- a/content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx +++ b/content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx @@ -121,7 +121,7 @@ If you publish your packages with tools that do not directly invoke the `npm pub -**Note:** At this time, `yarn` is not a supported tool for publishing your packages with provenance. +**Note:** To publish packages with provenance using Yarn, [v4.9.0](https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F4.9.0) or greater is required.