fix dependency conflict

This commit is contained in:
vcoppe
2024-06-20 15:39:02 +02:00
parent 0e8172a317
commit 6003d8b409
3 changed files with 151 additions and 164 deletions

View File

@@ -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