chore: update basic usage next.js to latest version
For uis/devops/iam/admin#275
What does this MR do?
- Updates the version of Next.js to the latest version (14.2.33) for basic usage
- Updates ci templates for pipelines to latest version
Checks
- Ran
npm buildon the root, and thennpm install next@14.2.33in thebasic-usagefolder to update thepackage.json - Ran
npm run devto bring up the development server - Opened browser to http://localhost:3000/ to check server is running
Edited by Marc Brouard