From beb2c15e25c1b7fbf6700dca9406fc6486629179 Mon Sep 17 00:00:00 2001 From: slotDumpling <67586451+slotDumpling@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:15:08 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index adf5e3a..22b9d4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: "npm" + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci