diff --git a/.github/workflows/remind.yml b/.github/workflows/remind.yml index 4cf183d..ce061b4 100644 --- a/.github/workflows/remind.yml +++ b/.github/workflows/remind.yml @@ -11,4 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - run: git clone --depth=1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" . + - run: npm ci --production - uses: ./internal/remind