Skip to content

Commit

Permalink
Bump dev container to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif authored Oct 14, 2024
1 parent 9e5e825 commit 2bbbc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Update 'VARIANT' to pick a Node version: 16, 14, 12.
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"args": { "VARIANT": "16" }
"args": { "VARIANT": "22" }
},

// Set *default* container specific settings.json values on container create.
Expand Down

0 comments on commit 2bbbc51

Please sign in to comment.