Skip to content

Commit

Permalink
ci: upgrade tsx and add node 20 back (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Oct 25, 2023
1 parent 332f331 commit 56dd260
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]

name: Node ${{ matrix.node-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"react": "^18.2.0",
"tsx": "^3.12.6",
"tsx": "^3.14.0",
"typescript": "^4.9.5"
},
"lint-staged": {
Expand Down
171 changes: 75 additions & 96 deletions pnpm-lock.yaml

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

0 comments on commit 56dd260

Please sign in to comment.