From c4a6c9618c8910a0cd4c6c871656706b89ea6cf4 Mon Sep 17 00:00:00 2001 From: Federico Neri Date: Wed, 8 Apr 2026 12:31:33 +0200 Subject: [PATCH] Prepare npm trusted publishing (OIDC) --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8d6671..bfc07ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: npm registry-url: https://registry.npmjs.org @@ -56,6 +56,9 @@ jobs: - name: Build run: npm run build + - name: Verify npm CLI version + run: npm --version + - name: Publish run: npm publish --access public