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 a587e0e commit 393cbf6Copy full SHA for 393cbf6
.github/workflows/continuous-integration.yml
@@ -36,7 +36,13 @@ jobs:
36
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
37
with:
38
node-version: ${{ matrix.node-version }}
39
+ - name: Set up Python 3.11 (for node-gyp)
40
+ uses: actions/setup-python@v5
41
+ with:
42
+ python-version: '3.11'
43
- name: Install dependencies
44
+ env:
45
+ PYTHON: ${{env.pythonLocation}}/bin/python3
46
run: npm ci
47
- name: Build
48
run: node packages/build/bin/compile-package -b
0 commit comments