From 0ee9a3ec64b56fe7ff39bf8cc0bdf71e64a66c0e Mon Sep 17 00:00:00 2001 From: javorosas Date: Mon, 30 Mar 2026 17:43:08 +0200 Subject: [PATCH] fix(deploy): restore npm oidc trusted publishing --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 61c7658..1b30ec5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,9 +21,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: "24" - - - name: Pin npm version - run: npm i -g npm@10.9.2 + registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci