Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Nov 18, 2023
1 parent cced260 commit 9c6c6e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/zenodo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
lfs: true
fetch-depth: 0

- name: (PREPARE) Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.15.0
cache: yarn

- name: (PREPARE) Install Dependencies
run: rm -rf node_modules && yarn --immutable

- name: (PREPARE) Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9c6c6e4

Please sign in to comment.