Skip to content

Commit 3462d4c

Browse files
committed
fix: add python 3.6 to node-gyp integration test
1 parent d078e7d commit 3462d4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node-gyp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [macos-latest, ubuntu-latest, windows-latest]
11+
python: [3.6, 3.9]
12+
1113
runs-on: ${{ matrix.os }}
1214
steps:
1315
- name: Clone gyp-next
@@ -24,7 +26,7 @@ jobs:
2426
node-version: 14.x
2527
- uses: actions/setup-python@v2
2628
with:
27-
python-version: 3.9
29+
python-version: ${{ matrix.python }}
2830
- name: Install dependencies
2931
run: |
3032
cd node-gyp

0 commit comments

Comments
 (0)