Skip to content

Commit 979353b

Browse files
Fix GitHub Actions workflow: remove npm cache for Deno project
- Remove npm cache configuration since project uses Deno, not npm - Fixes 'Dependencies lock file is not found' error in CI/CD pipeline
1 parent d4ae6b7 commit 979353b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-edge-functions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: '18'
24-
cache: 'npm'
2524

2625
- name: Install Supabase CLI
2726
run: |

0 commit comments

Comments
 (0)