Skip to content

Commit

Permalink
ci(deps): use package.json to retrieve 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 24, 2024
1 parent 40e66cb commit 963e66d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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@v2
with:
bun-version: 1.x
bun-version-file: package.json
- 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@v2
with:
bun-version: 1.x
bun-version-file: package.json
- 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@v2
with:
bun-version: 1.x
bun-version-file: package.json
- run: bun install --frozen-lockfile
- run: bun run build
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 963e66d

Please sign in to comment.