Skip to content

Commit

Permalink
node12->node16, #163
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Oct 17, 2022
1 parent 34684ef commit 7dbf102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -64,7 +64,7 @@ inputs:
description: "Specifies a semicolon separated list of regular expressions that are used to identify log file paths in the workflow output. A regular expression must have a single capturing group, that is a single pair of parenthesis such as 'See also (.+.log)'. When a match occurs, the content of the file is written into the workflow output for disclosing its content to the user. The default regular expressions are for CMake's and vcpkg's log files."

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/post/index.js'
post-if: 'always()'
Expand Down

0 comments on commit 7dbf102

Please sign in to comment.