Updated readme, nvmrc, devcontainer
This commit is contained in:
parent
e986d24a84
commit
c57544b56f
|
@ -44,6 +44,7 @@ Please add the required Microsoft Graph Permissions. Please see [Microsoft Grap
|
|||
|
||||
* [João Mendes](https://github.com/joaojmendes)
|
||||
* [Luccas Castro](https://github.com/DevPio)
|
||||
|
||||
## Version history
|
||||
|
||||
Version|Date|Comments
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||
{
|
||||
"name": "SPFx 1.17.2",
|
||||
"image": "docker.io/m365pnp/spfx:1.17.2",
|
||||
"name": "SPFx 1.20.0",
|
||||
"image": "docker.io/m365pnp/spfx:1.20.0",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
v18.17.1
|
Loading…
Reference in New Issue