File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Node.js
11
11
uses : actions/setup-node@v4
12
12
with :
13
- node-version : 22 # Use Node.js 22 for the workflow
13
+ node-version : 20 # Use Node.js 20 for the workflow
14
14
15
15
- name : Run Repo Activity Monitor
16
16
uses : ./ # Points to the local action repository
Original file line number Diff line number Diff line change 33
33
- name : Set up Node.js
34
34
uses : actions/setup-node@v4
35
35
with :
36
- node-version : ' 22 '
36
+ node-version : ' 20 '
37
37
- name : Monitor New Issues
38
38
uses :
shubhaamgupta11/[email protected]
39
39
with :
71
71
- name : Set up Node.js
72
72
uses : actions/setup-node@v4
73
73
with :
74
- node-version : ' 22 '
74
+ node-version : ' 20 '
75
75
- name : Monitor New PRs
76
76
uses :
shubhaamgupta11/[email protected]
77
77
with :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ inputs:
50
50
51
51
52
52
runs :
53
- using : node22
53
+ using : node20
54
54
main : dist/index.js
55
55
56
56
outputs :
You can’t perform that action at this time.
0 commit comments