Skip to content

Commit 0f3a056

Browse files
authored
ci: use a version of Python that node-sass can be built on for macOS (#1215)
1 parent e0b5d41 commit 0f3a056

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878

7979
- uses: actions/checkout@v4
8080

81+
- uses: actions/setup-python@v5
82+
if: matrix.os == 'macos-latest'
83+
with:
84+
python-version: "3.11"
85+
8186
- name: Use Node.js ${{ matrix.node-version }}
8287
uses: actions/setup-node@v4
8388
with:

0 commit comments

Comments
 (0)