Revert "When all fails, try sudo"

This reverts commit 3c86a8a10f.
This commit is contained in:
Jarek Radosz 2022-11-04 00:16:56 +01:00
parent 3c86a8a10f
commit be785a4c3f
No known key found for this signature in database
GPG Key ID: 62D0FBAE5BF9B953

View File

@ -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