ci: upgrade npm for OIDC trusted publishing (requires npm >= 11.5.1)

This commit is contained in:
CloakHQ
2026-03-08 23:54:18 +01:00
parent 858c0d0e85
commit eeea366047
+2
View File
@@ -85,6 +85,8 @@ 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