diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aff4a1f..c18d4c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,12 @@ on: branches: - main - dev + - 8.x pull_request: branches: - main - dev + - 8.x schedule: - cron: '0 0 11 * *' @@ -27,7 +29,7 @@ jobs: node-version: 18.x - name: Install pnpm - run: npm install -g pnpm@^7 + run: npm install -g pnpm@^8 - name: Install dependencies run: pnpm install --frozen-lockfile @@ -44,7 +46,7 @@ jobs: - run: npm run docs - name: Deploy to gh-pages - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages diff --git a/.npmrc b/.npmrc index bf2e764..9cf6aca 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ shamefully-hoist=true +auto-install-peers=false diff --git a/README.md b/README.md index 9058205..5b24cd5 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ The component accepts these props: - +