diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 40d01ff..727916f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: node-version: [8.x, 10.x, 12.x] - python-version: [3.6, 3.7, 3.8] # 2.,7, 3.5, + python-version: [3.6, 3.7, 3.8] # 2.7, 3.5, platform: - { os: windows-latest, hunspell: true } - { os: windows-latest }