Skip to content

Commit

Permalink
fix node version wf
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleL41 committed Oct 21, 2024
1 parent e281398 commit ad38a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
node-version: '20'

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
node-version: '20'

- name: Install dependencies
run: |
Expand Down

0 comments on commit ad38a47

Please sign in to comment.