Skip to content

Commit

Permalink
fix: specific version of bun setup for security
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jan 30, 2025
1 parent c93518c commit 41e51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: oven-sh/setup-bun@v2.0.1
with:
bun-version: latest
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 41e51b3

Please sign in to comment.