Skip to content

Commit 1b171a6

Browse files
committed
Fix warning by update node version
Fix #81
1 parent a8d4f1b commit 1b171a6

File tree

2 files changed

+358
-1
lines changed

2 files changed

+358
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ outputs:
4545
description: 'The labels that were removed by the action, as a stringified array.'
4646

4747
runs:
48-
using: 'node16'
48+
using: 'node20'
4949
main: 'lib/index.js'
5050
branding:
5151
icon: 'activity'

package-lock.json

Lines changed: 357 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)