diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d3559f51..0274cc9c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,10 +22,6 @@ jobs: name: Run Linters runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - steps: - uses: actions/checkout@v3 @@ -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