Skip to content

Commit

Permalink
Bump temporal/alerting to node20 (#5059)
Browse files Browse the repository at this point in the history
* Bump temporal/alerting to node20

* add .nvmrc
  • Loading branch information
spolu authored May 15, 2024
1 parent 8659350 commit b0321a8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
1 change: 1 addition & 0 deletions alerting/temporal/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.13.0
4 changes: 2 additions & 2 deletions alerting/temporal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

FROM node:18-alpine
FROM node:20-alpine
WORKDIR /src
COPY . .
RUN npm install
CMD ["npm", "run", "start"]
CMD ["npm", "run", "start"]
34 changes: 21 additions & 13 deletions alerting/temporal/package-lock.json

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

6 changes: 3 additions & 3 deletions alerting/temporal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.8.2",
"ts-node": "^10.9.1"
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.12",
"ts-node": "^10.9.2"
},
"dependencies": {
"@datadog/datadog-api-client": "^1.17.0",
Expand Down

0 comments on commit b0321a8

Please sign in to comment.