Skip to content

Commit

Permalink
Upgrade to node16 (#101)
Browse files Browse the repository at this point in the history
> 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>
  • Loading branch information
muffl0n and nick-fields committed Oct 15, 2022
1 parent 48bc5d4 commit 3e91a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ outputs:
exit_error:
description: The final error returned by the command
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 3e91a01

Please sign in to comment.