We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d078e7d commit 3462d4cCopy full SHA for 3462d4c
.github/workflows/node-gyp.yml
@@ -8,6 +8,8 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [macos-latest, ubuntu-latest, windows-latest]
11
+ python: [3.6, 3.9]
12
+
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Clone gyp-next
@@ -24,7 +26,7 @@ jobs:
24
26
node-version: 14.x
25
27
- uses: actions/setup-python@v2
28
with:
- python-version: 3.9
29
+ python-version: ${{ matrix.python }}
30
- name: Install dependencies
31
run: |
32
cd node-gyp
0 commit comments