From cd7ee26be0d3063450aca2c2d3a82e5a281dca0e Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 11 Dec 2025 18:07:30 +0530 Subject: [PATCH] bump: engine. --- .github/workflows/copilot-setup-steps.yml | 3 ++- .github/workflows/e2e.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 6926b0c50..ac3434c11 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,7 +21,8 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 + - name: Install pnpm uses: pnpm/action-setup@v4 - name: Install dependencies diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 73a4883e6..ac1d7e782 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - name: Install pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1674ff728..968f8763e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 - name: Install pnpm uses: pnpm/action-setup@v4