From 02359f69c84a53a03eae1364caa7ed8c4609effe Mon Sep 17 00:00:00 2001 From: CloakHQ Date: Mon, 6 Apr 2026 02:08:44 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20remove=20npm=20self-upgrade=20step=20?= =?UTF-8?q?=E2=80=94=20Node=2022=20ships=20with=20compatible=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 032199f..2f19121 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,8 +85,6 @@ jobs: with: node-version: 22 registry-url: 'https://registry.npmjs.org' - - name: Upgrade npm - run: npm install -g npm@latest - name: Build run: cd js && npm ci && npm run build - name: Publish to npm