Skip to content

chore: Update to node 20 (#52) #29

chore: Update to node 20 (#52)

chore: Update to node 20 (#52) #29

Workflow file for this run

name: "Bundlewatch GitHub Action - on Tracked Branches Push"
on:
push:
branches:
- master
- testing-branch-do-not-delete
jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}