Skip to content

Commit

Permalink
fix: remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Dec 7, 2023
1 parent 9d6de4f commit 936655a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
name: Run Linters
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v3

Expand All @@ -37,7 +33,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 936655a

Please sign in to comment.