Skip to content

Commit 26e735a

Browse files
authored
chore: upgrade temporal sdk to 1.17.2 and align @types/node (#4174)
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent b831d1c commit 26e735a

46 files changed

Lines changed: 503 additions & 483 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We currently support all our integrations for self-hosting. For each one of them
3232

3333
#### <a name="requirements">Requirements</a>
3434

35-
- [Node](https://nodejs.org/en) v16.16.0
35+
- [Node](https://nodejs.org/en) v20+
3636
- [Docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/install/)
3737

3838
#### <a name="getting_started">Getting started</a>

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"@types/cron": "^2.0.0",
145145
"@types/express": "^4.17.17",
146146
"@types/html-to-text": "^8.1.1",
147-
"@types/node": "~18.0.4",
147+
"@types/node": "^20.8.2",
148148
"@types/sanitize-html": "^2.6.2",
149149
"@types/superagent": "^4.1.15",
150150
"@types/uuid": "^9.0.2",

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"private": true,
3+
"engines": {
4+
"node": ">=20.0.0"
5+
},
36
"scripts": {
47
"prepare": "husky"
58
},

0 commit comments

Comments
 (0)