fix: pin npm@10 to avoid publish bug

This commit is contained in:
Anton Pascal
2026-02-18 21:29:36 +00:00
parent 5495c1f5fb
commit 9b77918e41
+3
View File
@@ -44,6 +44,9 @@ jobs:
node-version: 22 node-version: 22
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- name: Pin npm to stable version
run: npm install -g npm@10
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile