diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 4e88dfc..360893f 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -35,7 +35,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 9.0.1 - name: Install dependencies run: pnpm install @@ -57,7 +57,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 8.6.0 + version: 9.0.1 - name: Install dependencies run: pnpm install