Skip to content

Commit 9b60b35

Browse files
feat: updated node version to 20 (shubhaamgupta11#21)
1 parent debb101 commit 9b60b35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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/[email protected]
3939
with:
@@ -71,7 +71,7 @@ jobs:
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/[email protected]
7777
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ inputs:
5050

5151

5252
runs:
53-
using: node22
53+
using: node20
5454
main: dist/index.js
5555

5656
outputs:

0 commit comments

Comments
 (0)