改进 npm 换源
All checks were successful
Build / build (push) Successful in 1m33s

This commit is contained in:
ivamp 2024-09-18 22:45:14 +08:00
parent 474570c1a7
commit f482582e42

View File

@ -26,6 +26,7 @@ jobs:
node-version: 18
- name: Build
run: |
npm config set registry https://registry.npmmirror.com
npm install
npm run build
- name: 'Login to Container Registry'