From 81fee5fcc7c514a4f1fafc39afab0b60d1b4b47e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 02:56:07 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/code_review.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index af567926..a335f7e3 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: 9 + version: 9.15.9 run_install: true - uses: mongolyy/reviewdog-action-biome@v2 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 29a3e435..df2d7576 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - name: 📥 Install pnpm run: npm install -g pnpm @@ -44,7 +44,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - name: 📥 Install pnpm run: npm install -g pnpm @@ -68,7 +68,7 @@ jobs: - name: ⎔ Setup node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 - name: 📥 Install pnpm run: npm install -g pnpm