Skip to content

Commit 3dc1459

Browse files
author
Brendan Gray
committed
fix: pin Python 3.11 in all CI jobs for node-gyp distutils compat
1 parent 06dbade commit 3dc1459

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
node-version: '20'
2525

26+
- uses: actions/setup-python@v5
27+
with:
28+
python-version: '3.11'
29+
2630
- name: Install dependencies
2731
run: npm ci
2832

@@ -53,6 +57,10 @@ jobs:
5357
with:
5458
node-version: '20'
5559

60+
- uses: actions/setup-python@v5
61+
with:
62+
python-version: '3.11'
63+
5664
- name: Install dependencies
5765
run: npm ci
5866

@@ -83,6 +91,10 @@ jobs:
8391
with:
8492
node-version: '20'
8593

94+
- uses: actions/setup-python@v5
95+
with:
96+
python-version: '3.11'
97+
8698
- name: Install dependencies
8799
run: npm ci
88100

0 commit comments

Comments
 (0)