From c28af33b25c2fae340f55d2d9d9864d57457e3eb Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Thu, 4 Sep 2025 11:27:43 -0400 Subject: [PATCH] ci randomness --- .github/workflows/test_next_server.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test_next_server.yml b/.github/workflows/test_next_server.yml index e0e7ebcd..d6671bf6 100644 --- a/.github/workflows/test_next_server.yml +++ b/.github/workflows/test_next_server.yml @@ -22,6 +22,16 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '18' + + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 8 + + - name: Setup Node.js cache uses: actions/setup-node@v4 with: node-version: '18'