From 3429d9694653fa862de6d013036fc0f3a488f01c Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:37:34 -0600 Subject: [PATCH] pnpm --- .github/workflows/rtx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rtx.yml b/.github/workflows/rtx.yml index 568d01b64c..ceeb3241a4 100644 --- a/.github/workflows/rtx.yml +++ b/.github/workflows/rtx.yml @@ -37,7 +37,7 @@ jobs: tool: nextest,just,cargo-deny,cargo-msrv,cargo-machete - name: Install direnv/shfmt run: sudo apt-get update; sudo apt-get install direnv shfmt - - run: npm i -g markdown-magic prettier markdownlint-cli + - run: pnpm i -g markdown-magic prettier markdownlint-cli - run: cargo nextest run --all-features env: RUST_BACKTRACE: "1" @@ -74,7 +74,7 @@ jobs: cache-all-crates: true - uses: taiki-e/install-action@cargo-llvm-cov - run: sudo apt-get update; sudo apt-get install zsh fish direnv shfmt - - run: npm i -g markdown-magic + - run: pnpm i -g markdown-magic - uses: taiki-e/install-action@just - uses: nick-fields/retry@v2 env: