fix: update action to run on Node 16 (#440)
See See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
This commit is contained in:
@@ -81,7 +81,7 @@ outputs:
|
|||||||
description: Whether the action has pushed a tag.
|
description: Whether the action has pushed a tag.
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node16
|
||||||
main: lib/index.js
|
main: lib/index.js
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
|
|||||||
Reference in New Issue
Block a user