From 045a138b1b6638087ad41e109a9f255411106428 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 25 Nov 2025 05:40:39 +0100 Subject: [PATCH] ci: fall back to Node 20.18.0 (setup-node supported) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f07330f2..0a966aff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '20.18.0' cache: pnpm cache-dependency-path: pnpm-lock.yaml