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: |