This commit is contained in:
Philip Peterson 2025-04-25 23:19:38 -07:00
parent 353c9e40b2
commit 250b8c7fbf
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -14,6 +14,10 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
cache: "yarn"
- name: Install Yarn
run: npm install -g yarn
- name: Fix node-gyp and Python
shell: bash