From eb6b9afdd5fc5fd8d4a2b6fed0fd81c5e90b1d1e Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:14:40 +0100 Subject: [PATCH] chore: set minimum npm package age to 7 days --- .yarnrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.yarnrc.yml b/.yarnrc.yml index c8e002501..67e0ea815 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -12,6 +12,7 @@ logFilters: - code: YN0069 # This rule seems redundant when applied on the original package level: error nodeLinker: node-modules +npmMinimalAgeGate: 7d npmRegistryServer: "https://registry.npmjs.org" packageExtensions: appium@3: