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 14, 2023
1 parent 0199d3b commit 008bb20
Show file tree
Hide file tree
Showing 4 changed files with 1,927 additions and 5,290 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.1
20.9.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
description: 'Reason for locking issues, value must be one of `resolved`, `off-topic`, `too heated` or `spam`'
default: 'off-topic'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'help-circle'
Expand Down
Loading

0 comments on commit 008bb20

Please sign in to comment.