From 11a486400f6ed85f664a281c514124bd93d20b44 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 25 Nov 2025 05:42:01 +0100 Subject: [PATCH] ci: drop setup-node (use runner Node) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a966aff8..f23f22fa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,6 @@ jobs: with: version: 10.23.0 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: '20.18.0' - cache: pnpm - cache-dependency-path: pnpm-lock.yaml - - name: Node version run: node -v