We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e130bf commit 2f99850Copy full SHA for 2f99850
.github/workflows/bundlewatch.yml
@@ -27,20 +27,9 @@ jobs:
27
env:
28
CI_BRANCH_BASE: main
29
steps:
30
- - name: Checkout
31
- uses: actions/checkout@v4
32
-
33
- - name: Setup Node
34
- uses: actions/setup-node@v3
35
- with:
36
- node-version: 20
37
- cache: npm
38
39
- - name: Install Dependencies
40
- run: npm ci
41
+ - uses: actions/checkout@v2
42
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5
43
with:
44
- build-script: npm run prepare
+ build-script: npm i
45
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
46
bundlewatch-config: .github/bundlewatch.config.json
0 commit comments