Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Nov 13, 2024
1 parent 12d4ca1 commit 60667cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- run: node ./node_modules/@biomejs/biome/scripts/postinstall.js
- run: npm ci --no-audit --no-progress --prefer-offline
- run: npm run lint
- run: npm run build --if-present
- run: npm run covtest
Expand Down
19 changes: 0 additions & 19 deletions biome.json

This file was deleted.

0 comments on commit 60667cc

Please sign in to comment.