Skip to content

Commit 3b98b70

Browse files
committed
chore: checkout package and build
1 parent c8c253a commit 3b98b70

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/workflows/package-size-report.yaml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ permissions:
99
pull-requests: write
1010

1111
jobs:
12-
pkg-size-report:
13-
name: Package Size Report
12+
bundle-size-report:
13+
name: Bundle Size Report
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v2
16+
- name: Checkout aws-rum-web
17+
uses: actions/checkout@v4
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: '18'
2323

24-
- name: Package size report
25-
uses: pkg-size/action@v1
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
with:
29-
hide-files: '!/build/assets/cwr.js'
30-
24+
- name: Install dependencies
25+
run: npm install
26+
27+
- name: Build aws-rum-web bundle
28+
run: npm run build

0 commit comments

Comments
 (0)