Skip to content

Commit

Permalink
ci: Stop using matrix strategy on lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe463 committed Dec 12, 2024
1 parent 2915500 commit 8203837
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ jobs:
lint:
runs-on: ubuntu-latest

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

steps:
- uses: actions/[email protected]
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
node-version: 22

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 8203837

Please sign in to comment.