Update devcontainer.json to match ui package.json

Missed that we upgraded the ui's package.json, need to _also_ update the devcontainer.json to matching verison 22.15.0
This commit is contained in:
Marc Brooks 2025-05-15 17:56:57 -05:00
parent 033bdcd645
commit 85069a980b
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {
// Should match what is defined in ui/package.json
"version": "21.1.0"
"version": "22.15.0"
}
},
"mounts": [