Skip to content

Commit

Permalink
bump pnpm in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
netbonus committed Nov 14, 2024
1 parent 289cd9f commit 9f4a392
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install dependencies
run: pnpm install
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint:fix": "eslint src --c .ts,.tsx --config eslint.config.js --fix",
"lint": "eslint src --c .ts,.tsx --config eslint.config.js",
"precommit": "npm run lint:fix && npm run test",
"prepublish": "",
"test": "vitest ./src/__test__/unit ./src/__test__/integration",
"test-unit": "vitest ./src/__test__/unit --maxConcurrency 10 --fileParallelism true",
"unit-api": "vitest ./src/__test__/unit/api.test.ts",
Expand Down Expand Up @@ -109,7 +108,7 @@
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.3"
"vitest": "2.1.3"
},
"license": "MIT",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f4a392

Please sign in to comment.