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