From 57f79247958aad403e0b73e97a03ac69d72a3c89 Mon Sep 17 00:00:00 2001 From: Garvit Khatri Date: Thu, 6 Jun 2024 12:42:21 +0530 Subject: [PATCH] install dependencies --- .github/workflows/canary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 2fa07b99..76b01f06 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -16,6 +16,10 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-dependencies + + - name: Install test dependencies + run: pnpm install + - name: Setup .npmrc file uses: actions/setup-node@v3 with: