Enhance deploy-production.sh with new functions for Node.js version management and public document synchronization. Added checks for Node.js version requirements and improved error handling for document syncing. Updated package.json and package-lock.json to specify Node.js and npm engine requirements.
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 2m45s
Code Analysis and Production Deploy / deploy-production (push) Successful in 1m57s

This commit is contained in:
Torsten Schulz (local)
2026-04-15 21:51:08 +02:00
parent 337c172d07
commit 986b2056cd
4 changed files with 78 additions and 2 deletions

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "harheimertc-website",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "harheimertc-website",
"version": "1.0.0",
"version": "1.1.0",
"hasInstallScript": true,
"dependencies": {
"@pinia/nuxt": "^0.11.2",
@@ -41,6 +41,10 @@
"tailwindcss": "^3.4.0",
"vitest": "^4.0.16",
"vue-eslint-parser": "^10.2.0"
},
"engines": {
"node": ">=22.12.0",
"npm": ">=10"
}
},
"node_modules/@alloc/quick-lru": {