Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit e95f5cb

Browse files
committed
Remove matrix for lint job
1 parent 2887e50 commit e95f5cb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ on:
1111

1212
jobs:
1313
lint:
14-
name: Lint on Node.js ${{ matrix.node }} and ${{ matrix.os }}
14+
name: Lint on Node.js LTS
1515

16-
runs-on: ${{ matrix.os }}
17-
18-
strategy:
19-
matrix:
20-
node: [12]
21-
os: [ubuntu-latest]
16+
runs-on: ubuntu-latest
2217

2318
steps:
2419
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)