From a5124b599d3370c2641b794cffbf648cf5464954 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Thu, 4 Sep 2025 20:49:11 -0400 Subject: [PATCH] node version 20 for tests --- .github/workflows/test_next_server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_next_server.yml b/.github/workflows/test_next_server.yml index 7acac8ec..538a435b 100644 --- a/.github/workflows/test_next_server.yml +++ b/.github/workflows/test_next_server.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install pnpm uses: pnpm/action-setup@v4 @@ -34,7 +34,7 @@ jobs: - name: Setup Node.js cache uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'pnpm' cache-dependency-path: './www/pnpm-lock.yaml'