From 68b13e9f374886b543f6adb9299e8cce12d5f1a2 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 8 Dec 2025 14:20:34 +0100 Subject: [PATCH] fix: npm publishing --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c82e27..c9fcc24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: node-version: 20 registry-url: "https://registry.npmjs.org" cache: "pnpm" + - name: Update npm + run: npm install -g npm@latest - name: Install dependencies run: pnpm install --frozen-lockfile