Skip to content

Commit

Permalink
fix: mismatch packageManager version with github action
Browse files Browse the repository at this point in the history
ERR_PNPM_BAD_PM_VERSION
  • Loading branch information
kaisergeX committed Aug 29, 2024
1 parent 1d2d8a6 commit cb38ecd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Setup Node.js 20.x
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
- pull_request

Expand All @@ -12,7 +14,6 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.1"
},
"packageManager": "pnpm@8.15.9",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18",
"pnpm": ">=8"
"pnpm": ">=9"
}
}

0 comments on commit cb38ecd

Please sign in to comment.