Skip to content

Commit 05a666e

Browse files
Bump Node.js and Python versions
1 parent 615dcd8 commit 05a666e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"features": {
99
// installs nodejs into container
1010
"ghcr.io/devcontainers/features/node:1": {
11-
"version": "lts"
11+
"version": "24"
1212
},
1313
"ghcr.io/devcontainers/features/git-lfs:1.2.5": {},
1414
"ghcr.io/jsburckhardt/devcontainer-features/uv:1": {},
1515
"ghcr.io/devcontainers/features/python:1": {
16-
"version": "3.12"
16+
"version": "3.13"
1717
},
1818
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
1919
},

0 commit comments

Comments
 (0)