You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support new Node version 17 that currently throws error if one wants to compile the the codebase:
10% building 0/1 entries 1/1 dependencies 0/1 modulesError: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:135:10)
(...)
The PR has to add node v17 to the CI tests as well.
The text was updated successfully, but these errors were encountered:
We should support new Node version 17 that currently throws error if one wants to compile the the codebase:
The PR has to add node v17 to the CI tests as well.
The text was updated successfully, but these errors were encountered: