|
|
@ -526,7 +526,8 @@ jobs: |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
nvm use 20.0.0 |
|
|
|
nvm use 20.0.0 |
|
|
|
cd apps/remixdesktop && yarn |
|
|
|
cd apps/remixdesktop |
|
|
|
|
|
|
|
yarn || yarn |
|
|
|
yarn add @remix-project/remix-ws-templates |
|
|
|
yarn add @remix-project/remix-ws-templates |
|
|
|
- save_cache: |
|
|
|
- save_cache: |
|
|
|
key: remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }} |
|
|
|
key: remixdesktop-deps-mac-{{ checksum "apps/remixdesktop/yarn.lock" }} |
|
|
|