Skip to content

Commit

Permalink
Fix multiple pnpm versions being declared
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Aug 29, 2024
1 parent 0521edc commit 4442da4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/run-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ jobs:
node-version: [20]
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"

- name: Install dependencies
run: pnpm install

- name: Run web-ext lint
run: pnpm exec web-ext lint
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"keywords": [],
"author": "StopMalwareContent's Contributors",
"license": "GPL-3.0",
"packageManager": "pnpm@9.6.0",
"devDependencies": {
"prettier": "^3.3.3",
"web-ext": "^8.2.0"
Expand Down

0 comments on commit 4442da4

Please sign in to comment.