From 9d4a414aea0b8c721353dfb509f0c7065e624739 Mon Sep 17 00:00:00 2001 From: xRain Date: Thu, 14 Dec 2023 06:30:26 +0800 Subject: [PATCH] use aliyun mirror --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 98ceb3e..7748b95 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: with: entrypoint: "/bin/bash" args: | - -c "npm install && \ + -c "npm install --registry=https://registry.npm.taobao.org && \ npm run build -- --output-path=dist" - uses: docker://ubuntu:latest