Skip to content

Commit

Permalink
Reverted node version matrix behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Jul 21, 2024
1 parent a4a2144 commit 944936e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
with:
run_install: false

- name: Install Node.js
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: pnpm install --recursive --frozen-lockfile

- run: pnpm biome check . && pnpm test && pnpm build

0 comments on commit 944936e

Please sign in to comment.