From f8cecf6cdb3b3a4a2a66664daeae6b74ef8b2c5b Mon Sep 17 00:00:00 2001 From: Vitali Bahdzevich Date: Tue, 5 May 2026 22:18:05 +0300 Subject: [PATCH] ci: fix npm publish workflow --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6c02b0..24688bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,9 +23,6 @@ jobs: cache: npm registry-url: https://registry.npmjs.org - - name: Update npm - run: npm install -g npm@latest - - name: Install dependencies run: npm ci