Skip to content

Commit 805070f

Browse files
committed
⬆️ chore: 升级 ts 到v5 pnpm 到v8
1 parent 5a0e7f7 commit 805070f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2
1919
with:
20-
version: 7
20+
version: 8
2121

2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: '16'
25+
node-version: '18'
2626

2727
- name: Install deps
2828
run: pnpm install
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install pnpm
4141
uses: pnpm/action-setup@v2
4242
with:
43-
version: 7
43+
version: 8
4444

4545
- name: Setup Node.js environment
4646
uses: actions/setup-node@v3

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install pnpm
1111
uses: pnpm/action-setup@v2
1212
with:
13-
version: 7
13+
version: 8
1414

1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v3

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
lockfile=false
2+
resolution-mode=highest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"semantic-release": "^20",
8787
"semantic-release-config-gitmoji": "^1",
8888
"stylelint": "^14",
89-
"typescript": "^4",
89+
"typescript": "^5",
9090
"vitest": "latest"
9191
},
9292
"publishConfig": {

0 commit comments

Comments
 (0)