Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the action now requires Node.js 16
  • Loading branch information
dessant committed Dec 4, 2022
1 parent b35b643 commit 69813be
Show file tree
Hide file tree
Showing 6 changed files with 7,080 additions and 1,718 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.2
16.18.1
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2021 Armin Sebastian
Copyright (c) 2018-2022 Armin Sebastian

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ using the `github-token` input parameter.

## License

Copyright (c) 2018-2021 Armin Sebastian
Copyright (c) 2018-2022 Armin Sebastian

This software is released under the terms of the MIT License.
See the [LICENSE](LICENSE) file for further information.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ outputs:
comments:
description: 'Comments that have been either deleted or scheduled for removal, value is a JSON string'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'message-square'
Expand Down
Loading

0 comments on commit 69813be

Please sign in to comment.