From b482da58b66bb0345b8dd2f37b99caed517aea31 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 29 Oct 2025 10:50:20 +0000 Subject: [PATCH] Update npm --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 01953186..f47b045e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,6 +26,10 @@ jobs: cache-dependency-path: packages/npm/yarn.lock registry-url: "https://registry.npmjs.org" + # Ensure npm 11.5.1 or later is installed + - name: Update npm + run: npm install -g npm@latest + - name: 🔨 Install dependencies run: "yarn install --frozen-lockfile"