From 79a296c65415085fa3ae9018c19fc2761ac3e0e9 Mon Sep 17 00:00:00 2001 From: Ryan Seddon Date: Sun, 29 Mar 2026 12:53:27 +1100 Subject: [PATCH] Update npm to latest for OIDC trusted publishing --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bc986e..4501924 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,9 @@ jobs: cache: 'npm' registry-url: 'https://registry.npmjs.org' + - name: Update npm + run: npm install -g npm@latest + - name: Install Dependencies run: npm install