Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit aab4c50

Browse files
authored
Update nodejs.yml
1 parent 0e6f86f commit aab4c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Node CI
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
build:
77
strategy:
88
fail-fast: false
99
matrix:
1010
node-version: [8.x, 10.x, 12.x]
11-
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
11+
python-version: [3.6, 3.7, 3.8] # 2.,7, 3.5,
1212
platform:
1313
- { os: windows-latest, hunspell: true }
1414
- { os: windows-latest }

0 commit comments

Comments
 (0)