update action.yml to node16

This commit is contained in:
zeromake
2022-10-13 13:43:23 +08:00
Unverified
parent f7a6940f21
commit f9deedc941
+1 -1
View File
@@ -12,5 +12,5 @@ inputs:
description: The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch. description: The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch.
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'