Upgrade to node16 (#101)

> Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: nick-fields/retry

Co-authored-by: Nick Fields <46869826+nick-fields@users.noreply.github.com>
This commit is contained in:
Sven Schliesing
2022-10-15 02:45:08 +02:00
committed by GitHub
parent 48bc5d4b1c
commit 3e91a01664

View File

@@ -50,5 +50,5 @@ outputs:
exit_error:
description: The final error returned by the command
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'