Fix yarn install

This commit is contained in:
Adam Sunderland
2025-02-26 09:07:21 -05:00
parent 1a4e855955
commit 629e45ccb1

View File

@ -59,7 +59,9 @@ jobs:
node-version-file: '.nvmrc'
- uses: KittyCAD/action-install-cli@use-powershell-windows
- name: Install dependencies
run: yarn
run: |
npm install --global yarn
yarn
- name: Cache Playwright Browsers
uses: actions/cache@v4
with: