ci: remove npm self-upgrade step — Node 22 ships with compatible npm

This commit is contained in:
CloakHQ
2026-04-06 02:08:44 +02:00
parent a0c7704c4b
commit 02359f69c8
-2
View File
@@ -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