Updated to the node16 runtime by default

This commit is contained in:
cong 2022-10-13 07:21:20 +08:00 committed by GitHub
parent ac19805721
commit d4587a67d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ inputs:
required: false required: false
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'