Skip to content

Commit

Permalink
Merge pull request #5215 from swissbuechi/fix-spfx-version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Sep 19, 2024
2 parents a4c161c + df5d89d commit e704d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/react-page-navigator/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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.14.1",
"image": "docker.io/m365pnp/spfx:1.14.1",
"name": "SPFx 1.14.0",
"image": "docker.io/m365pnp/spfx:1.14.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.
Expand Down

0 comments on commit e704d17

Please sign in to comment.