psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.45k stars 211 forks source link

Upgrade nodejs #276

Closed martin-braun closed 1 year ago

martin-braun commented 1 year ago

node v14 is not maintained anymore, thus using it is a security risk.

Releases Source

It would be great to get this raised to LTS (v20), which should be good until 2026 if I'm not mistaken.

psi-4ward commented 1 year ago

Current version runs on node 18: https://github.com/psi-4ward/psitransfer/blob/master/Dockerfile#L1

psi-4ward commented 1 year ago

2a95769fb6ad9e5160a30125a82908a765f6226e

martin-braun commented 1 year ago

@psi-4ward I was looking at https://github.com/psi-4ward/psitransfer/blob/master/.nvmrc, maybe we should update this to 20.

psi-4ward commented 1 year ago

good catch, thx