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 1010 - name : Set up Node.js
1111 uses : actions/setup-node@v4
1212 with :
13- node-version : 22 # Use Node.js 22 for the workflow
13+ node-version : 20 # Use Node.js 20 for the workflow
1414
1515 - name : Run Repo Activity Monitor
1616 uses : ./ # Points to the local action repository
Original file line number Diff line number Diff line change 3333 - name : Set up Node.js
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : ' 22 '
36+ node-version : ' 20 '
3737 - name : Monitor New Issues
3838 uses : shubhaamgupta11/repo-monitor@v1.0.0
3939 with :
7171 - name : Set up Node.js
7272 uses : actions/setup-node@v4
7373 with :
74- node-version : ' 22 '
74+ node-version : ' 20 '
7575 - name : Monitor New PRs
7676 uses : shubhaamgupta11/repo-monitor@v1.0.0
7777 with :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ inputs:
5050
5151
5252runs :
53- using : node22
53+ using : node20
5454 main : dist/index.js
5555
5656outputs :
You can’t perform that action at this time.
0 commit comments