Skip to content

Commit

Permalink
Bump node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 30, 2023
1 parent 1b6da80 commit f3d6cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hacs/doumentation",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:16",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:20",
"postCreateCommand": "scripts/setup",
"forwardPorts": [3000],
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20

0 comments on commit f3d6cde

Please sign in to comment.