From b8df86f8ed99617b3b9e973f16b37892e73b8de7 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 10 Sep 2024 12:50:57 -0700 Subject: [PATCH] Set the BROWSERSLIST_IGNORE_OLD_DATA in the workflow. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8339989..a2aaea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,3 +32,5 @@ jobs: - name: Rush Rebuild run: node common/scripts/install-run-rush.js rebuild --verbose --production + env: + BROWSERSLIST_IGNORE_OLD_DATA: 1