Skip to content

Commit

Permalink
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Mar 11, 2024
1 parent bc0d15d commit 3487de8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3487de8

Please sign in to comment.