Skip to content

Commit 5a25b54

Browse files
committed
fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 20
1 parent be8aa5b commit 5a25b54

File tree

4 files changed

+1268
-6143
lines changed

4 files changed

+1268
-6143
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.0
1+
20.9.0

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: 'node16'
104+
using: 'node20'
105105
main: 'dist/index.js'
106106
branding:
107107
icon: 'lock'

0 commit comments

Comments
 (0)