digital-sustainability / oss-github-benchmark

Benchmark of OSS projects on GitHub
GNU General Public License v3.0
15 stars 20 forks source link

Update to current Node version #279

Closed brawer closed 1 year ago

brawer commented 1 year ago

According to our Dockerfile we’re currently on Node 18. The newest version according to docker hub is 20.6.0. Try replacing node:18 by node:20.6.0-alpine3.17 in the Dockerfile. Would be good to manually test whether it works, since we don’t have good automatic testing yet.