Skip to content

Commit d81701b

Browse files
authored
Update search-index-update.yml
1 parent bd30833 commit d81701b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/search-index-update.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
run_update: ${{ steps.date_check.outputs.run_update }}
2121
steps:
2222
- uses: actions/checkout@v1
23-
- name: Setup node
24-
uses: actions/setup-node@v1
23+
- uses: actions/setup-node@v4
2524
with:
26-
node-version: 14
25+
node-version: 20
2726

2827
- name: Check commit date
2928
id: date_check

0 commit comments

Comments
 (0)