feat: update to NodeJS 20

This commit is contained in:
Roberto Pastor Muela 2024-02-08 08:58:20 +01:00 committed by GitHub
parent 35d8338a67
commit 5c598cab6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,5 +16,5 @@ branding:
icon: "package" icon: "package"
color: "red" color: "red"
runs: runs:
using: "node16" using: "node20"
main: "dist/index.js" main: "dist/index.js"