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 08e671b commit 38e9185
Show file tree
Hide file tree
Showing 6 changed files with 6,962 additions and 1,604 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) 2017-2021 Armin Sebastian
Copyright (c) 2017-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 @@ -408,7 +408,7 @@ than that, it will just take a few hours or days to process them all.

## License

Copyright (c) 2017-2021 Armin Sebastian
Copyright (c) 2017-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 @@ -101,7 +101,7 @@ outputs:
prs:
description: 'Pull requests that have been locked, value is a JSON string'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'lock'
Expand Down

0 comments on commit 38e9185

Please sign in to comment.