diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f60174232..2718cc2ab5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,7 +82,7 @@ jobs: bundle clean - name: Install pnpm - run: sudo npm install -g pnpm + run: npm install -g pnpm - name: Get pnpm cache directory id: node-cache-dir @@ -236,7 +236,7 @@ jobs: git config --global user.name "Discourse CI" - name: Install pnpm - run: sudo npm install -g pnpm + run: npm install -g pnpm - name: Get pnpm cache directory id: node-cache-dir