Build: #103 failed

Job: Release to Maven did not start

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

Git

  • Dennis Kigen <kigen.work@gmail.com>

    Dennis Kigen <kigen.work@gmail.com> cc6fc26c49ef0a0769ce95aa8daa1487e0fba029

    Update Node.js to v18 to fix build on Apple Silicon (#98)
    - Updated Node.js from v14.7.0 to v18.20.5
    - Updated Yarn from v1.3.2 to v1.22.19
    - Updated frontend-maven-plugin from 1.6 to 1.12.1

    Node.js v14.7.0 doesn't have binaries for darwin-arm64 (Apple Silicon),
    causing build failures on M1/M2/M3 Macs. v18.20.5 supports all modern
    platforms including Apple Silicon and is compatible with the
    `NODE_OPTIONS=--openssl-legacy-provider` flag.

    • owa/pom.xml (version cc6fc26c49ef0a0769ce95aa8daa1487e0fba029)