Update .github/workflows/copilot-setup-steps.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Peng Lyu
2025-09-15 22:30:14 -07:00
committed by GitHub
parent 1541d753b8
commit f39ac34be8

View File

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