Skip to content

Commit

Permalink
fix: remove redundant job name in GitHub Actions workflow and add @ty…
Browse files Browse the repository at this point in the history
…pes/bun dependency
  • Loading branch information
Rajaniraiyn committed Dec 25, 2024
1 parent 35689cd commit 3760812
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
build:
permissions:
contents: write
name: Build & Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/bun": "^1.1.14",
"@types/react": "^19.0.2",
"react-dom": "^19.0.0",
"tsup": "^8.3.5",
Expand Down

0 comments on commit 3760812

Please sign in to comment.