Skip to content

Commit

Permalink
bump biome in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Nov 28, 2024
1 parent aaca1f2 commit 276c741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ name: Build node packages
on:
pull_request:
branches: ["*"]
paths:
paths:
- "api/**"
- "packages/client-library-otel/**"
- "studio/**"
push:
branches: ["main", "release-*"]
paths:
paths:
- "api/**"
- "packages/client-library-otel/**"
- "studio/**"
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: 1.8.3
version: 1.9.4

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 276c741

Please sign in to comment.