Skip to content

Commit

Permalink
fix: actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Jan 20, 2024
1 parent a349c9c commit f4fa2ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
uses: biomejs/setup-biome@v2
- uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .
- run: biome ci .
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f4fa2ce

Please sign in to comment.