Merge pull request #15 from zeromake/master

update action.yml to node16
This commit is contained in:
ruki
2022-10-13 13:48:06 +08:00
committed by GitHub
Unverified
+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'