Skip to content

Commit

Permalink
fix dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoppe committed Jun 20, 2024
1 parent 0e8172a commit 6003d8b
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 164 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: |
gpx/package-lock.json
website/package-lock.json
- name: Install dependencies for gpx
run: npm install --prefix gpx
Expand Down
Loading

0 comments on commit 6003d8b

Please sign in to comment.