Remove npm cache from workflow (local runner)
Deploy to route.crispygoat.com / deploy (push) Failing after 3s

This commit is contained in:
tyler
2026-06-04 18:47:46 -06:00
parent 988310fd50
commit 8ad8dbb25b
-1
View File
@@ -16,7 +16,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci