diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 2043ec6b..3e69d97e 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -27,20 +27,9 @@ jobs: env: CI_BRANCH_BASE: main steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 20 - cache: npm - - - name: Install Dependencies - run: npm ci - + - uses: actions/checkout@v2 - uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5 with: - build-script: npm run prepare + build-script: npm i bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} bundlewatch-config: .github/bundlewatch.config.json