Skip to content

Commit

Permalink
Upgrade Node JS version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Nov 14, 2024
1 parent 0e0b940 commit c137714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "My Home Assistant",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:16",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:22",
"postCreateCommand": "yarn install",
"context": "..",
"appPort": 5000,
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22

0 comments on commit c137714

Please sign in to comment.