Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-

- name: 🪟 Pin hermes-compiler for Windows
# hermes-compiler v1+ doesn't ship Windows binaries, pin to 0.14.1 which does
shell: bash
run: node -e "const p=require('./package.json'); p.resolutions['hermes-compiler']='0.14.1'; require('fs').writeFileSync('package.json', JSON.stringify(p, null, 2) + '\n')"

- name: 🧶 Install node modules in root dir
# NOTE(cedric): yarn v1 on Windows has networking issues, we need to set `--network-timeout` to a higher value
# NOTE(@kitten): --ignore-engines is needed due to Node 18 being required (see above)
Expand Down
Loading
Loading