Skip to content

Commit

Permalink
Merge pull request #13 from toiroakr/chore/biome-action
Browse files Browse the repository at this point in the history
chore: biome not needs matrix
  • Loading branch information
toiroakr authored Dec 28, 2024
2 parents 274ca23 + 34cfb6b commit b44f742
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/biome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 22
cache: "npm"
- run: npm ci
- run: npx biome check

0 comments on commit b44f742

Please sign in to comment.