-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
The Docker-image is using Node.js 12:
Line 2 in 867f71c
| FROM node:12-alpine as build |
As Node.js 12 reached EOL April 2022 it should be upgraded to the current LTS version Node.js 22.
Versions of Node.js greater 16 fail:
| Node.js | Error |
|---|---|
| 23 | error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "23.4.0" |
| 17 | Error: error:0308010C:digital envelope routines::unsupported |
| 16 | None |
Metadata
Metadata
Assignees
Labels
No labels