Skip to content

Commit

Permalink
fix: revert limit pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Sep 24, 2024
1 parent 750f19d commit 0a37b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
tidb_version: [nightly, ^6.0, ^5.4, ^5.0]
# tidb_version: [nightly, ^6.0, ^5.4, ^5.0]
tidb_version: [^7.5]
name: Backend - Integration - TiDB@${{ matrix.tidb_version }}
steps:
- name: Checkout code
Expand Down
6 changes: 2 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">= 18.16.0",
"pnpm": ">= 8"
"node": ">=18.16.0"
},
"scripts": {
"fmt-check": "prettier --check .",
Expand Down Expand Up @@ -39,6 +38,5 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"packageManager": "pnpm@8.15.9"
}
}

0 comments on commit 0a37b2c

Please sign in to comment.