Skip to content

Commit

Permalink
ci: use a version of Python that node-sass can be built on for macOS (
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Jul 21, 2024
1 parent e0b5d41 commit 0f3a056
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:

- uses: actions/checkout@v4

- uses: actions/setup-python@v5
if: matrix.os == 'macos-latest'
with:
python-version: "3.11"

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0f3a056

Please sign in to comment.