parent
3c86a8a10f
commit
be785a4c3f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user