Skip to content

Commit 393cbf6

Browse files
committed
chore: use Node.js 24 for tests on macos
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent a587e0e commit 393cbf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ jobs:
3636
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3737
with:
3838
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'
3943
- name: Install dependencies
44+
env:
45+
PYTHON: ${{env.pythonLocation}}/bin/python3
4046
run: npm ci
4147
- name: Build
4248
run: node packages/build/bin/compile-package -b

0 commit comments

Comments
 (0)