Skip to content

Commit

Permalink
chore: upgrade typescript and node
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Aug 31, 2024
1 parent 8d57316 commit c5c7064
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 52 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: pnpm install
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"engines": {
"node": "18.x"
"node": "20.x"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"jsdom": "22.1.0",
"msw": "1.3.2",
"prettier": "2.8.1",
"typescript": "^4.9.3",
"typescript": "5.5.4",
"vite": "^4.0.0",
"vitest": "0.33.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"engines": {
"node": "18.x"
"node": "20.x"
},
"name": "chat-demo",
"packageManager": "[email protected]",
Expand Down
67 changes: 24 additions & 43 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "18.x"
"node": "20.x"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -100,6 +100,6 @@
"ts-node": "^10.0.0",
"tsconfig-paths": "4.1.0",
"typedoc": "0.26.5",
"typescript": "^5.0.0"
"typescript": "5.5.4"
}
}

0 comments on commit c5c7064

Please sign in to comment.