From 336bfe8f50e7629f9779c83012c3f5fb3cda4378 Mon Sep 17 00:00:00 2001 From: james-a-morris Date: Tue, 1 Oct 2024 13:58:00 -0400 Subject: [PATCH] fix: github action Signed-off-by: james-a-morris --- .github/workflows/ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 955df44..03e992b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 4 - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Setup Node.js environment uses: actions/setup-node@v4 with: @@ -32,10 +32,10 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 4 - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Setup Node.js environment uses: actions/setup-node@v4 with: @@ -53,10 +53,10 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 4 - uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Setup Node.js environment uses: actions/setup-node@v4 with: @@ -64,5 +64,7 @@ jobs: cache: 'pnpm' - name: Install dependencies run: pnpm install + - name: Build + run: pnpm build - name: Lint check run: pnpm check \ No newline at end of file