Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove matrix for lint job
  • Loading branch information
puku0x committed Dec 2, 2021
commit e95f5cb64511d43673497f07ff85d2b98883ddb6
9 changes: 2 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ on:

jobs:
lint:
name: Lint on Node.js ${{ matrix.node }} and ${{ matrix.os }}
name: Lint on Node.js LTS

runs-on: ${{ matrix.os }}

strategy:
matrix:
node: [12]
os: [ubuntu-latest]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down