Skip to content

Commit

Permalink
Use node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 29, 2023
1 parent b7ad43b commit bf5c6f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dvc-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: Pull image data from cloud storage
run: dvc pull --remote upstream

# workaround from https://github.com/iterative/cml/issues/1377
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: '16'

# Produce the markdown diff report, which should look like:
# ## Summary of changed images
#
Expand Down

0 comments on commit bf5c6f6

Please sign in to comment.