From 806e78e5e5c231a1609a91321f75264a520a68c8 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 22 Apr 2024 14:02:36 +0000 Subject: [PATCH] chore: Synced local '.github/' with remote 'sync-files/js/.github/' --- .github/workflows/bundlewatch.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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