chore: 尝试去除 actions/checkout 的无效步骤
Node.js Build / build (push) Failing after 0s

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