Skip to content

Commit 9872340

Browse files
committed
try previous verson
1 parent 10f120d commit 9872340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v1
3232
with:
3333
fetch-depth: 0
3434

3535
- name: Set up Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '20'
38+
node-version: '18'
3939

4040
- name: Install dependencies
4141
run: |

0 commit comments

Comments
 (0)