From bb4361072ed21001032f180ba9a9c20664007e15 Mon Sep 17 00:00:00 2001 From: Nicolas CHAIX Date: Tue, 2 Dec 2025 16:16:52 +0100 Subject: [PATCH] update npm + remove deprecated always-auth param --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4354d551..c29182ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,11 @@ jobs: with: node-version: 20 registry-url: 'https://registry.npmjs.org' - always-auth: false + + - name: Update npm + run: | + npm install -g npm@latest + npm --version - name: Install dependencies run: npm install