Skip to content

Commit 96f99d7

Browse files
authored
Merge pull request #1 from rosinni/master
update node
2 parents f6453c4 + 039ff8a commit 96f99d7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/postgres
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
33
{
44
"name": "React + Vite",
5-
"image": "mcr.microsoft.com/devcontainers/python:0-3.10",
5+
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-20",
66
"customizations": {
77
"extensions": [
88
"vscode-eslint",

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.3",
2727
"vite": "^4.4.8"
28-
}
28+
},
29+
"engines": {
30+
"node": ">=20.0.0"
31+
}
2932
}

0 commit comments

Comments
 (0)