yarn to npm install

This commit is contained in:
Pierre Jacquier
2025-04-11 07:52:52 -04:00
parent b6a47dc474
commit 4a3daf950f
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn
run: npm install
- name: Use correct Rust toolchain
shell: bash
run: |

View File

@ -101,7 +101,7 @@ jobs:
- name: Install dependencies
if: needs.conditions.outputs.should-run == 'true'
run: yarn
run: npm install
- name: Download Wasm Cache
id: download-wasm
@ -202,7 +202,7 @@ jobs:
- name: Install dependencies
id: deps-install
if: needs.conditions.outputs.should-run == 'true'
run: yarn
run: npm install
- name: Cache Playwright Browsers
if: needs.conditions.outputs.should-run == 'true'
@ -321,7 +321,7 @@ jobs:
- name: Install dependencies
id: deps-install
if: needs.conditions.outputs.should-run == 'true'
run: yarn
run: npm install
- name: Cache Playwright Browsers
if: needs.conditions.outputs.should-run == 'true'