From e03a54e12ae9a525a16d446be11d2fab5bec2908 Mon Sep 17 00:00:00 2001 From: Alexander Zeijlon Date: Mon, 3 Nov 2025 13:58:03 +0100 Subject: [PATCH] Publish with latest npm version Apparently publishing with OIDC as an auth method only works with npm 11.5.1 and onward. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1de3f2f0..40d35ebf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: with: # Needs to be explicitly specified for auth to work registry-url: 'https://registry.npmjs.org' - - run: npm install + - run: npm install -g npm@latest - uses: actions/upload-artifact@v4 with: name: npm