From 93266d7aa82fdf4d22c670a193832ab668d0782f Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 13 Mar 2025 19:33:26 +0800 Subject: [PATCH] =?UTF-8?q?ci(gitlab):=20=E5=9C=A8=20CI=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=B7=98=E5=AE=9D=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=A5=E5=8A=A0=E9=80=9F=20npm=20=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c727635..dbfd5a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ playwright_tests: - export NVM_DIR="$HOME/.nvm" - . "$NVM_DIR/nvm.sh" - nvm use 20.17.0 + - npm config set registry https://registry.npmmirror.com # 使用淘宝镜像 script: - npm install - npx playwright install