From 5b8990f1306fedbc28e12a1523576ea07d992beb Mon Sep 17 00:00:00 2001 From: Maximilian Haupt Date: Fri, 24 Jul 2026 09:04:51 +0200 Subject: [PATCH] chore: fix ci --- .github/actions/setup/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 2e25faf..60df308 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -9,10 +9,6 @@ runs: with: node-version-file: .nvmrc - - name: Update npm to latest version - run: npm install -g npm@latest - shell: bash - - name: Cache dependencies id: yarn-cache uses: actions/cache@v4