diff --git a/.github/workflows/apply-migrations.yaml b/.github/workflows/apply-migrations.yaml index 3726762..9527a0a 100644 --- a/.github/workflows/apply-migrations.yaml +++ b/.github/workflows/apply-migrations.yaml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: | npm install - npm install -D drizzle-kit + npm install -g drizzle-kit - name: Apply migrations run: drizzle-kit migrate env: