Commit Graph

6 Commits

Author SHA1 Message Date
Joris Slagter
c793d2ae6f fix: add CUSTOMER env var to build step for i18n
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-03 07:54:11 +01:00
Joris Slagter
ec8b532a2f Fix: Use Node.js 14 for node-sass compatibility
Some checks failed
continuous-integration/drone/push Build is failing
Node.js 16 has C++ compilation issues with node-sass due to missing std::remove_cv_t support.
Node.js 14 LTS has proven compatibility with node-sass and avoids these compilation errors.

Error resolved:
- v8-internal.h:492:38: error: 'remove_cv_t' is not a member of 'std'
- make: *** [binding.target.mk:133] Error 1
2025-12-02 20:09:38 +01:00
Joris Slagter
d927f94c4e Fix: Use Node.js 16 for node-sass compatibility
Some checks failed
continuous-integration/drone/push Build is failing
- Changed from node:20 to node:16 in both test and build steps
- Node.js 16 LTS is compatible with node-sass and node-gyp
- This fixes the 'gyp ERR! Cannot assign to read only property cflags' error
- Node.js 20's node-gyp has breaking changes incompatible with older node-sass
2025-12-02 19:59:04 +01:00
Joris Slagter
e126875ba6 Fix: Use full Node.js image for node-sass compatibility
Some checks failed
continuous-integration/drone/push Build is failing
Changed from node:20-alpine to node:20 to include Python and build
tools required by node-sass native bindings. This resolves the
"gyp ERR! find Python" error during npm install.
2025-12-02 19:51:24 +01:00
Joris Slagter
0f691e83e3 Add GITEA_TOKEN support for HTTPS deployment
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-02 16:40:37 +01:00
Joris Slagter
20ac5689a5 Add Drone CI pipeline configuration
Some checks failed
continuous-integration/drone/push Build encountered an error
2025-12-02 15:59:23 +01:00