Skip to content

Commit

Permalink
add every turbo optional dependency resolution
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 1, 2024
1 parent 3be1377 commit befb595
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
echo "::remove-matcher owner=eslint-compact::"
echo "::remove-matcher owner=eslint-stylish::"
- name: Install turbo based on the OS
run: |
os_name="${{ matrix.os }}"
os_name="${os_name/windows-latest/windows}"
os_name="${os_name/ubuntu-latest/linux}"
os_name="${os_name/macos-latest/darwin}"
npm i "turbo-${os_name}-64"
# - name: Install turbo based on the OS
# run: |
# os_name="${{ matrix.os }}"
# os_name="${os_name/windows-latest/windows}"
# os_name="${os_name/ubuntu-latest/linux}"
# os_name="${os_name/macos-latest/darwin}"
# npm i "turbo-${os_name}-64"

- name: Install Dependencies
run: npm ci
Expand Down
70 changes: 68 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit befb595

Please sign in to comment.