Skip to content

Commit

Permalink
chore(deps): upgrade to bun 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianpaquier committed May 3, 2024
1 parent cce20a2 commit d6d85d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.6
bun-version: 1.1.7
- run: mkdir -p reports/
- run: bun install --frozen-lockfile
- run: bun run lint -o reports/node-lint.xslint.json -f json
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.6
bun-version: 1.1.7
- run: mkdir -p reports/
- run: bun install --frozen-lockfile
- run: bun run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.6
bun-version: 1.1.7
- run: bun install --frozen-lockfile
- run: bun run build
- uses: actions/upload-artifact@v4
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "dist/index.js",
"type": "module",
"version": "1.0.0-beta.1",
"packageManager": "bun@1.1.6",
"packageManager": "bun@1.1.7",
"files": [
"CHANGELOG.md",
"dist/*",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
"bun": "^1.1.6",
"bun": "^1.1.7",
"escape-string-regexp": "^5.0.0",
"execa": "^8.0.1",
"git-url-parse": "^14.0.0",
Expand Down

0 comments on commit d6d85d9

Please sign in to comment.