mirror of
https://github.com/Dokploy/website.git
synced 2026-07-06 22:45:26 +02:00
chore: update Node.js and pnpm versions in Dockerfiles and package.json
- Updated base image in Dockerfile.docs and Dockerfile.website to Node.js 24.4-alpine. - Updated package manager version in package.json to pnpm 10.22.0. - Adjusted Node.js engine requirement in package.json to ^24.4.0. - Added new script to fix API path references in MDX files for documentation. - Updated build command in apps/docs/package.json to include the new script.
This commit is contained in:
@@ -23,10 +23,10 @@
|
||||
"@types/node": "^20.9.0",
|
||||
"lint-staged": "^15.2.7"
|
||||
},
|
||||
"packageManager": "pnpm@9.5.0",
|
||||
"packageManager": "pnpm@10.22.0",
|
||||
"engines": {
|
||||
"node": "^20.9.0",
|
||||
"pnpm": ">=9.5.0"
|
||||
"node": "^24.4.0",
|
||||
"pnpm": ">=10.22.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": [
|
||||
|
||||
Reference in New Issue
Block a user