mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-22 23:35:37 +00:00
Replace pnpm with npm in workflows and scripts for consistency across the project
This commit is contained in:
7
.github/workflows/code-linter.yml
vendored
7
.github/workflows/code-linter.yml
vendored
@@ -27,11 +27,8 @@ jobs:
|
||||
- name: Setup autopep8
|
||||
run: sudo apt install python3-autopep8
|
||||
|
||||
- name: Setup pnpm
|
||||
run: npm install -g pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: npm install
|
||||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user