Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Apr 28, 2023
1 parent 491c20c commit bf0f540
Show file tree
Hide file tree
Showing 3 changed files with 1,420 additions and 1,040 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
- uses: actions/checkout@v1

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: ^8.3.1
run_install: true
uses: pnpm/action-setup@v2

- uses: andresz1/size-limit-action@v1.7.0
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tinybench",
"version": "2.4.0",
"type": "module",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@7.5.1",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down

0 comments on commit bf0f540

Please sign in to comment.