From 92412b16948907424d995c3066a8b640da5544c3 Mon Sep 17 00:00:00 2001 From: Shivangi Shree Date: Tue, 4 Aug 2026 14:47:07 +0530 Subject: [PATCH] [ACS-12322] CR fix --- .github/workflows/upstream-adf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream-adf.yml b/.github/workflows/upstream-adf.yml index 9bc682fd6..517c4f45c 100644 --- a/.github/workflows/upstream-adf.yml +++ b/.github/workflows/upstream-adf.yml @@ -121,6 +121,8 @@ jobs: with: fetch-depth: 1 - name: setup PNPM + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - name: node uses: actions/setup-node@v7 with: node-version-file: '.nvmrc'