From 53757bf6425727fdee872267db420a08b6b181e9 Mon Sep 17 00:00:00 2001 From: MengNianxiaoyao <2589141604@qq.com> Date: Fri, 22 Dec 2023 12:15:03 +0800 Subject: [PATCH] fix: build error --- .github/workflows/ci.yml | 6 +++--- .npmrc | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e2748d3..80635f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [18.17.0] os: [ubuntu-latest] steps: @@ -31,7 +31,7 @@ jobs: cache: pnpm - name: Install Dependencies - run: pnpm i + run: pnpm install - name: Build run: pnpm build @@ -42,7 +42,7 @@ jobs: - name: Upload Zip uses: actions/upload-artifact@v3 with: - name: BewlyBewly zip + name: BewlyBewly Zip path: extension.zip - name: Upload Crx diff --git a/.npmrc b/.npmrc index 009aa06d..bce8a6d8 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ shamefully-hoist=true auto-install-peers=true +strict-peer-dependencies=false \ No newline at end of file