Skip to content

Commit 2f99850

Browse files
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent 7e130bf commit 2f99850

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,9 @@ jobs:
2727
env:
2828
CI_BRANCH_BASE: main
2929
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-
30+
- uses: actions/checkout@v2
4231
- uses: jackyef/bundlewatch-gh-action@b9753bc9b3ea458ff21069eaf6206e01e046f0b5
4332
with:
44-
build-script: npm run prepare
33+
build-script: npm i
4534
bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
4635
bundlewatch-config: .github/bundlewatch.config.json

0 commit comments

Comments
 (0)