mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
remove npm caching
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -14,7 +14,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: npm
|
|
||||||
|
|
||||||
- name: Install dependencies for gpx
|
- name: Install dependencies for gpx
|
||||||
run: npm install --prefix gpx
|
run: npm install --prefix gpx
|
||||||
|
Reference in New Issue
Block a user