Skip to content

Commit 0582e12

Browse files
committed
use node 24 in the devcontainer
1 parent cc5beac commit 0582e12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": {}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"sarif-viewer.connectToGithubCodeScanning": "off"
3+
}

0 commit comments

Comments
 (0)