diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 8b65968a..d3cc6b2f 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -18,9 +18,6 @@ jobs: - name: Check styles run: npm run lint:styles - - name: Biome Install - uses: predominant/biome-action@0.0.1-alpha - - name: Test production build run: npm run build