Skip to content

Commit c9068af

Browse files
authored
Update devcontainer.json to match ui package.json (#457)
Missed that we upgraded the ui's package.json, need to _also_ update the devcontainer.json to matching verison 22.15.0
1 parent 033bdcd commit c9068af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"features": {
55
"ghcr.io/devcontainers/features/node:1": {
66
// Should match what is defined in ui/package.json
7-
"version": "21.1.0"
7+
"version": "22.15.0"
88
}
99
},
1010
"mounts": [

0 commit comments

Comments
 (0)