Skip to content

Commit 2f6d497

Browse files
committed
fix: reverting uograded node
1 parent 9154b22 commit 2f6d497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
20

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branding:
44
icon: 'git-merge'
55
color: 'blue'
66
runs:
7-
using: 'node22'
7+
using: 'node20'
88
main: 'dist/index.js'
99
inputs:
1010
token:

0 commit comments

Comments
 (0)