Use node12 as node14 is not supported

This commit is contained in:
Tom Hu
2021-06-11 10:08:21 -04:00
parent 26c5f5e6b3
commit 6a3e4db5e8

View File

@@ -99,5 +99,5 @@ branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'node14'
using: 'node12'
main: 'dist/index.js'