We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51ec240 + 39d6ae4 commit 217eb73Copy full SHA for 217eb73
1 file changed
.github/workflows/code-quality.yml
@@ -14,9 +14,16 @@ jobs:
14
uses: actions/checkout@v5
15
with:
16
persist-credentials: false
17
+ - name: Setup Node.js
18
+ uses: actions/setup-node@v4
19
+ with:
20
+ node-version: 24
21
+ cache: "yarn"
22
+ - name: Install dependencies
23
+ run: yarn install --frozen-lockfile
24
- name: Setup Biome
25
uses: biomejs/setup-biome@v2
26
- version: latest
27
+ version: 2.4.0
28
- name: Run Biome
29
run: biome ci --formatter-enabled=false --assist-enabled=false .
0 commit comments