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 10, 2023
1 parent ade7bcd commit 6b166ca
Show file tree
Hide file tree
Showing 4 changed files with 1,384 additions and 5,984 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 @@ -12,7 +12,7 @@ inputs:
description: 'Process label events only for issues, pull requests or discussions, value must be a comma separated list, list items must be one of `issues`, `prs` or `discussions`'
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'tag'
Expand Down

0 comments on commit 6b166ca

Please sign in to comment.