Skip to content

Commit

Permalink
github: Remove extra steps from size limit action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 2, 2024
1 parent 1854ec3 commit ecea3d0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org
# cache: pnpm

- name: Cache pnpm modules
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- name: Pnpm install
uses: pnpm/action-setup@v4
with:
version: 9.4.x
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, typedoc, typescript]
- name: Size limit
uses: andresz1/size-limit-action@v1.8.0
with:
Expand Down

0 comments on commit ecea3d0

Please sign in to comment.