Merge pull request #34 from RobPasMue/maint/update-nodejs20

This commit is contained in:
Victor Navarro 2024-02-08 23:25:57 +01:00 committed by GitHub
commit 1379ea20d4
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"