chore: 尝试去除 actions/checkout 的无效步骤

This commit is contained in:
windychen0
2026-06-06 20:17:36 +08:00
committed by windychen
parent 560ab99d2d
commit 9e95a75ce1
-4
View File
@@ -15,10 +15,6 @@ jobs:
npm config set registry http://verdaccio:4873/
npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }}
- name: Setup npm cache
run: |
npm config set cache /cache/npm
- name: Install dependencies
run: npm i --registry http://verdaccio:4873/