Skip to content

Commit e735f11

Browse files
committed
Remove node version tests on linter
1 parent d54816c commit e735f11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353

5454
linter_check:
5555
runs-on: ubuntu-latest
56-
strategy:
57-
fail-fast: false
58-
matrix:
59-
node: ["12", "14", "16"]
6056
name: linter-check
6157
steps:
6258
- uses: actions/checkout@v2
@@ -68,8 +64,6 @@ jobs:
6864
key: ${{ hashFiles('yarn.lock') }}
6965
- name: Setup node
7066
uses: actions/setup-node@v2
71-
with:
72-
node-version: ${{ matrix.node }}
7367
- name: Install dependencies
7468
run: yarn --dev
7569
- name: Run style check

0 commit comments

Comments
 (0)