feat: support node.js 16

This commit is contained in:
Jean-François Roche 2022-10-07 21:51:36 +02:00
commit 9f3d463dd7
No known key found for this signature in database
GPG key ID: D1D09DE169EA19A0

View file

@ -25,6 +25,6 @@ branding:
color: 'blue' color: 'blue'
icon: 'database' icon: 'database'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/main/index.js' main: 'dist/main/index.js'
post: 'dist/main/index.js' post: 'dist/main/index.js'