Skip to content

Commit

Permalink
ci(devcontainer): use Node.js 20 on devcontainer (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed May 3, 2024
1 parent 5c6112c commit cf89b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Node.js 16",
"image": "mcr.microsoft.com/devcontainers/javascript-node:16",
"name": "Node.js 20",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"github.vscode-github-actions",
"ZixuanChen.vitest-explorer"
"vitest.explorer"
]
}
},
Expand Down

0 comments on commit cf89b93

Please sign in to comment.