Skip to content

Commit

Permalink
chore: update devcontainer.json (#264)
Browse files Browse the repository at this point in the history
* chore: update NodeJS version in devcontainer.json

* chore(deps): pin Hugo version in devcontainer.json
  • Loading branch information
hugo-sid authored Dec 14, 2024
1 parent 2391188 commit 19cf68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// Update VERSION to pick a specific hugo version.
// Example versions: latest, 0.73.0, 0,71.1
// Rebuild the container if it already exists to update.
"VERSION": "latest",
"VERSION": "0.139.4",
// Update NODE_VERSION to pick the Node.js version
"NODE_VERSION": "18",
"NODE_VERSION": "20",
}
},

Expand Down

0 comments on commit 19cf68f

Please sign in to comment.