Skip to content

Commit

Permalink
chore: setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
williazz committed Mar 29, 2024
1 parent 3b98b70 commit 6929aef
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/package-size-report.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package Size Report
name: Bundle Size Report

on:
pull_request:
Expand All @@ -13,16 +13,18 @@ jobs:
name: Bundle Size Report
runs-on: ubuntu-latest
steps:
- name: Checkout aws-rum-web
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'

- name: Install dependencies
run: npm install
# - name: Checkout aws-rum-web
# uses: actions/checkout@v4
# with:
# ref: ${{ github.ref }}

# - name: Install dependencies
# run: npm install

- name: Build aws-rum-web bundle
run: npm run build
# - name: Build aws-rum-web bundle
# run: npm run build

0 comments on commit 6929aef

Please sign in to comment.