更新 action.yml

This commit is contained in:
William Wang 2023-09-13 21:52:48 +08:00
parent 1362c4db6f
commit 52352c1b9c

View File

@ -66,6 +66,6 @@ outputs:
description: 'Builder node flags (deprecated, use nodes output instead)' description: 'Builder node flags (deprecated, use nodes output instead)'
runs: runs:
using: 'node20' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'
post: 'dist/index.js' post: 'dist/index.js'