Skip to content

Commit 02606a2

Browse files
authored
Update node to proper version to update data script (#423)
1 parent 41b806c commit 02606a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
python-version: "3.12"
2020

21-
- name: Set up Node.js 16
21+
- name: Set up Node.js 20
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 16.x
24+
node-version: 20.x
2525

2626
- name: Install python dependencies
2727
run: |

0 commit comments

Comments
 (0)