Skip to content

Commit

Permalink
⬆️ chore: 升级 ts 到v5 pnpm 到v8
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Apr 9, 2023
1 parent 5a0e7f7 commit 805070f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install deps
run: pnpm install
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lockfile=false
resolution-mode=highest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"semantic-release": "^20",
"semantic-release-config-gitmoji": "^1",
"stylelint": "^14",
"typescript": "^4",
"typescript": "^5",
"vitest": "latest"
},
"publishConfig": {
Expand Down

1 comment on commit 805070f

@vercel
Copy link

@vercel vercel bot commented on 805070f Apr 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.