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 20
  • Loading branch information
dessant committed Nov 12, 2023
1 parent be8aa5b commit 5a25b54
Show file tree
Hide file tree
Showing 4 changed files with 1,268 additions and 6,143 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.20.0
20.9.0
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -101,7 +101,7 @@ outputs:
prs:
description: 'Pull requests that have been locked, value is a JSON string'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'lock'
Expand Down

0 comments on commit 5a25b54

Please sign in to comment.