Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5
chore(deps): pin dependencies#431
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:Package Size Report | |
on: | |
pull_request: | |
branches: | |
-master | |
concurrency: | |
group:${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress:true | |
jobs: | |
pkg-size-report: | |
name:Package Size Report | |
runs-on:ubuntu-latest | |
steps: | |
-name:Checkout | |
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4 | |
-name:Setup Node.js LTS | |
uses:actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e# v4 | |
with: | |
node-version:lts/* | |
-name:Package Size Report | |
uses:pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b# v1 | |
env: | |
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }} |