Skip to content

Commit

Permalink
Merge pull request #34 from pkg-size/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Aug 2, 2021
2 parents 1b01af1 + a0e7a37 commit a637fb0
Show file tree
Hide file tree
Showing 3 changed files with 1,145 additions and 1,279 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # ⬅ Specify a version of Node.js to build your app

- name: Package size report
uses: pkg-size/action@v1
env:
Expand Down Expand Up @@ -78,6 +83,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Package size report
uses: pkg-size/action@v1
env:
Expand Down Expand Up @@ -109,6 +119,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Package size report
uses: pkg-size/action@v1
env:
Expand Down Expand Up @@ -140,6 +155,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Package size report
uses: pkg-size/action@v1
env:
Expand Down Expand Up @@ -171,6 +191,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Package size report
uses: pkg-size/action@v1
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"builtin-modules": "^3.1.0",
"byte-size": "^7.0.0",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint": "^7.17.0",
"glob-to-regexp": "^0.4.1",
"husky": "^4.3.0",
Expand Down
Loading

0 comments on commit a637fb0

Please sign in to comment.