From f39ac34be8e85cb65001207a1bcffab84f9aa83e Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Mon, 15 Sep 2025 22:30:14 -0700 Subject: [PATCH] Update .github/workflows/copilot-setup-steps.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/copilot-setup-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 3aba833954e..4ce1c34eece 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -32,8 +32,8 @@ jobs: - name: Setup Node.js (from .nvmrc + npm cache) uses: actions/setup-node@v5 with: - node-version-file: .nvmrc - cache: npm + node-version-file: .nvmrc + cache: npm - name: Compute node_modules cache key run: |