Skip to content

Commit 38e9185

Browse files
committed
fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 16
1 parent 08e671b commit 38e9185

File tree

6 files changed

+6962
-1604
lines changed

6 files changed

+6962
-1604
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.22.2
1+
16.18.1

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2021 Armin Sebastian
3+
Copyright (c) 2017-2022 Armin Sebastian
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ than that, it will just take a few hours or days to process them all.
408408

409409
## License
410410

411-
Copyright (c) 2017-2021 Armin Sebastian
411+
Copyright (c) 2017-2022 Armin Sebastian
412412

413413
This software is released under the terms of the MIT License.
414414
See the [LICENSE](LICENSE) file for further information.

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ outputs:
101101
prs:
102102
description: 'Pull requests that have been locked, value is a JSON string'
103103
runs:
104-
using: 'node12'
104+
using: 'node16'
105105
main: 'dist/index.js'
106106
branding:
107107
icon: 'lock'

0 commit comments

Comments
 (0)