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