From 78041a51e1dc81fa6ac2650e9e0551b03994b56c Mon Sep 17 00:00:00 2001 From: NullSablex <244216261+NullSablex@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:13:58 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc153bd..7393f4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: with: node-version: "22.14.0" + - name: Setup npm (Trusted Publisher compatible) + run: npm install -g npm@11.5.1 + - name: Install dependencies run: npm ci