Skip to content

Commit

Permalink
ci(deps): upgrade bun version
Browse files Browse the repository at this point in the history
Signed-off-by: kilianpaquier <kilian@kilianpaquier.com>
  • Loading branch information
kilianpaquier committed Jun 2, 2024
1 parent e974698 commit 8ffff9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .craft
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
---
ci:
name: github
options:
- codeql
- dependabot
release:
auto: false
backmerge: false
mode: github-token
options:
- codeql
- dependabot
license: mit
maintainers:
- name: kilianpaquier
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.7
bun-version: 1.1.12
- run: mkdir -p reports/
- run: bun install --frozen-lockfile
- run: bun run lint -o reports/node-lint.xslint.json -f json
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.7
bun-version: 1.1.12
- 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 @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.7
bun-version: 1.1.12
- run: bun install --frozen-lockfile
- run: bun run build
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion 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.1.3",
"packageManager": "bun@1.1.7",
"packageManager": "bun@1.1.12",
"files": [
"CHANGELOG.md",
"dist/*",
Expand Down

0 comments on commit 8ffff9d

Please sign in to comment.