mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 04:48:40 -09:00
wip
This commit is contained in:
parent
353c9e40b2
commit
250b8c7fbf
1 changed files with 4 additions and 0 deletions
4
.github/actions/build/action.yml
vendored
4
.github/actions/build/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue