Skip to content

Commit

Permalink
fix: rm matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Nov 22, 2023
1 parent c744d48 commit 111885a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
cache: 'yarn'

- name: Install dependencies
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
cache: 'yarn'

- name: Install dependencies
Expand All @@ -63,9 +63,6 @@ jobs:
lint:
name: Lint Commit Messages
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -82,7 +79,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit 111885a

Please sign in to comment.