From 809c6432239aa8a3ecb40cb2c618964dcc3d2d99 Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 28 Apr 2023 09:59:42 +0200 Subject: [PATCH] fix(ci): nx migration checker workflow not installing deps --- .github/workflows/nx-migration-checker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nx-migration-checker.yml b/.github/workflows/nx-migration-checker.yml index 1d72caf9..3c004820 100644 --- a/.github/workflows/nx-migration-checker.yml +++ b/.github/workflows/nx-migration-checker.yml @@ -11,6 +11,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + - run: npm ci - uses: timonmasberg/nx-migration-gh-action@v1.0.0 with: repoToken: ${{ secrets.GITHUB_TOKEN }}