File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " Node.js & TypeScript" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/typescript-node:4-22 -bookworm" ,
6+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:24 -bookworm" ,
77 "features" : {
88 "ghcr.io/devcontainers/features/aws-cli:1" : {},
99 "ghcr.io/audacioustux/devcontainers/aws-sam-cli:1" : {}
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : 22
15+ node-version : 24
1616 cache : npm
1717 - run : npm ci
1818 - uses : aws-actions/setup-sam@v2
Original file line number Diff line number Diff line change 1515 - uses : actions/setup-node@v6
1616 with :
1717 cache : npm
18- node-version : 22
18+ node-version : 24
1919 - run : npm ci
2020 - run : npm test
Original file line number Diff line number Diff line change 1+ {
2+ "sarif-viewer.connectToGithubCodeScanning" : " off"
3+ }
Original file line number Diff line number Diff line change 1- FROM node:22 -slim
1+ FROM node:24 -slim
22WORKDIR /usr/src/app
33COPY package.json package-lock.json ./
44RUN npm ci --production
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Resources:
2121 Description : Basic Auth Funtion
2222 CodeUri : .
2323 Handler : handler.webhooks
24- Runtime : nodejs22 .x
24+ Runtime : nodejs24 .x
2525 MemorySize : 256
2626 Timeout : 20
2727 Events :
You can’t perform that action at this time.
0 commit comments